Tanoda
|
A transformless Plane defined by a position and normal vector. More...
Public Member Functions | |
LocalPlane (Vector3 position, Vector3 normal) | |
Plane | With (Transform t) |
Public Attributes | |
Vector3 | position |
Vector3 | normal |
A transformless Plane defined by a position and normal vector.
Definition at line 20 of file LocalPlane.cs.
Leap.Unity.Geometry.LocalPlane.LocalPlane | ( | Vector3 | position, |
Vector3 | normal | ||
) |
Definition at line 25 of file LocalPlane.cs.
Plane Leap.Unity.Geometry.LocalPlane.With | ( | Transform | t | ) |
Definition at line 30 of file LocalPlane.cs.
Vector3 Leap.Unity.Geometry.LocalPlane.normal |
Definition at line 23 of file LocalPlane.cs.
Vector3 Leap.Unity.Geometry.LocalPlane.position |
Definition at line 22 of file LocalPlane.cs.