Tanoda
|
Public Member Functions | |
LocalSegment2 (Vector2 a, Vector2 b) | |
float | Parameterize (Vector2 pointOnSegment) |
Given a point on the segment, parameterizes that point into a value such that a + (b - a).magnitude * value = b. More... | |
Public Attributes | |
Vector2 | a |
Vector2 | b |
Definition at line 16 of file LocalSegment2.cs.
Leap.Unity.Geometry.LocalSegment2.LocalSegment2 | ( | Vector2 | a, |
Vector2 | b | ||
) |
Definition at line 20 of file LocalSegment2.cs.
float Leap.Unity.Geometry.LocalSegment2.Parameterize | ( | Vector2 | pointOnSegment | ) |
Given a point on the segment, parameterizes that point into a value such that a + (b - a).magnitude * value = b.
Definition at line 29 of file LocalSegment2.cs.
Vector2 Leap.Unity.Geometry.LocalSegment2.a |
Definition at line 18 of file LocalSegment2.cs.
Vector2 Leap.Unity.Geometry.LocalSegment2.b |
Definition at line 18 of file LocalSegment2.cs.