Method | Description | |
---|---|---|
CalcMouseDeltaSignWithAxes ( |
||
CalcSignedMouseDelta ( |
||
ClosestPointsOnTwoLines ( |
||
DirectionMask ( |
||
DistancePoint2DToLine ( |
||
DistancePointLineSegment ( |
||
GetHandleSize ( |
||
GetLineSegmentIntersect ( |
||
MeshRaycast ( |
||
ObjectRaycast ( |
||
PointInPolygon ( |
||
PointOnLine ( |
||
PointOnPlane ( |
||
PointOnPlane ( |
||
TransformRay ( |
Method | Description | |
---|---|---|
Mask ( |
||
Mask ( float val ) : float |
public static CalcMouseDeltaSignWithAxes ( |
||
cam | ||
origin | ||
upDir | ||
rightDir | ||
mouseDelta | ||
return | float |
public static CalcSignedMouseDelta ( |
||
lhs | ||
rhs | ||
return | float |
public static ClosestPointsOnTwoLines ( |
||
linePoint1 | ||
lineVec1 | ||
linePoint2 | ||
lineVec2 | ||
closestPointLine1 | ||
closestPointLine2 | ||
return | bool |
public static DirectionMask ( |
||
target | ||
rayDirection | ||
return |
public static DistancePoint2DToLine ( |
||
cam | ||
mousePosition | ||
worldPosition1 | ||
worldPosition2 | ||
return | float |
public static DistancePointLineSegment ( |
||
p | ||
v | ||
w | ||
return | float |
public static GetHandleSize ( |
||
position | ||
return | float |
public static GetLineSegmentIntersect ( |
||
p0 | ||
p1 | ||
p2 | ||
p3 | ||
return | bool |
public static MeshRaycast ( |
||
mesh | ||
ray | ||
hit | ||
return | bool |
public static ObjectRaycast ( |
||
ray | ||
objects | IEnumerable |
|
return |
public static PointInPolygon ( |
||
polygon | ||
point | ||
return | bool |
public static PointOnLine ( |
||
InLineA | ||
InLineB | ||
OutPointA | ||
OutPointB | ||
return | bool |
public static PointOnPlane ( |
||
ray | ||
plane | ||
hit | ||
return | bool |
public static PointOnPlane ( |
||
ray | ||
planePosition | ||
planeNormal | ||
hit | ||
return | bool |
public static TransformRay ( |
||
ray | ||
transform | ||
return |