Click or drag to resize

BrydenWoodUtils Class

A class with Unity utilities
Inheritance Hierarchy
SystemObject
  BrydenWoodUnityBrydenWoodUtils

Namespace:  BrydenWoodUnity
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static class BrydenWoodUtils

The BrydenWoodUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFileContent
Public methodStatic memberIsDictionary
Checks whether an object is a Dictionary
Public methodStatic memberIsList
Checks whether an object is a List
Public methodStatic memberLineSegementsIntersect
Test whether two line segments intersect. If so, calculate the intersection point. [!:http://stackoverflow.com/a/14143738/292237]
Public methodStatic memberProjectOnCurve
Projects a point on the curve between 2 points
Public methodStatic memberRemap
Public methodStatic memberXZFromLatLon
Top
See Also