Tanoda
|
Public Member Functions | |
Vector3 | TransformPoint (Vector3 localRectPos) |
Transform a point from rect space to warped space. More... | |
Vector3 | InverseTransformPoint (Vector3 localWarpedPos) |
Transform a point from warped space to rect space. More... | |
Quaternion | TransformRotation (Vector3 localRectPos, Quaternion localRectRot) |
Transform a rotation from rect space to warped space. More... | |
Quaternion | InverseTransformRotation (Vector3 localWarpedPos, Quaternion localWarpedRot) |
Transform a rotation from warped space to rect space. More... | |
Vector3 | TransformDirection (Vector3 localRectPos, Vector3 localRectDirection) |
Transform a direction from rect space to warped space. More... | |
Vector3 | InverseTransformDirection (Vector3 localWarpedPos, Vector3 localWarpedDirection) |
Transform a direction from warped space to rect space. More... | |
Matrix4x4 | GetTransformationMatrix (Vector3 localRectPos) |
Get a transformation matrix that maps a position in rect space to a position in warped space. More... | |
Vector4 | GetVectorRepresentation (Transform element) |
Vector4 | GetVectorRepresentation (Transform element) |
Vector3 | TransformPoint (Vector3 localRectPos) |
Transform a point from rect space to warped space. More... | |
Vector3 | InverseTransformPoint (Vector3 localWarpedSpace) |
Transform a point from warped space to rect space. More... | |
Quaternion | TransformRotation (Vector3 localRectPos, Quaternion localRectRot) |
Transform a rotation from rect space to warped space. More... | |
Quaternion | InverseTransformRotation (Vector3 localWarpedPos, Quaternion localWarpedRot) |
Transform a rotation from warped space to rect space. More... | |
Vector3 | TransformDirection (Vector3 localRectPos, Vector3 localRectDirection) |
Transform a direction from rect space to warped space. More... | |
Vector3 | InverseTransformDirection (Vector3 localWarpedSpace, Vector3 localWarpedDirection) |
Transform a direction from warped space to rect space. More... | |
Matrix4x4 | GetTransformationMatrix (Vector3 localRectPos) |
Get a transformation matrix that maps a position in rect space to a position in warped space. More... | |
Public Attributes | |
float | angleXOffset |
float | angleYOffset |
float | radiusOffset |
float | radiansPerMeter |
Properties | |
LeapSphericalSpace | space [get, set] |
LeapSpaceAnchor | anchor [get, set] |
![]() | |
LeapSpaceAnchor | anchor [get] |
Definition at line 44 of file LeapSphericalSpace.cs.
Matrix4x4 Leap.Unity.Space.LeapSphericalSpace.Transformer.GetTransformationMatrix | ( | Vector3 | localRectPos | ) |
Get a transformation matrix that maps a position in rect space to a position in warped space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 168 of file LeapSphericalSpace.cs.
Vector4 Leap.Unity.Space.LeapSphericalSpace.Transformer.GetVectorRepresentation | ( | Transform | element | ) |
Implements Leap.Unity.Space.IRadialTransformer.
Definition at line 195 of file LeapSphericalSpace.cs.
Vector3 Leap.Unity.Space.LeapSphericalSpace.Transformer.InverseTransformDirection | ( | Vector3 | localWarpedSpace, |
Vector3 | localWarpedDirection | ||
) |
Transform a direction from warped space to rect space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 150 of file LeapSphericalSpace.cs.
Vector3 Leap.Unity.Space.LeapSphericalSpace.Transformer.InverseTransformPoint | ( | Vector3 | localWarpedSpace | ) |
Transform a point from warped space to rect space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 76 of file LeapSphericalSpace.cs.
Quaternion Leap.Unity.Space.LeapSphericalSpace.Transformer.InverseTransformRotation | ( | Vector3 | localWarpedPos, |
Quaternion | localWarpedRot | ||
) |
Transform a rotation from warped space to rect space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 115 of file LeapSphericalSpace.cs.
Vector3 Leap.Unity.Space.LeapSphericalSpace.Transformer.TransformDirection | ( | Vector3 | localRectPos, |
Vector3 | localRectDirection | ||
) |
Transform a direction from rect space to warped space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 134 of file LeapSphericalSpace.cs.
Vector3 Leap.Unity.Space.LeapSphericalSpace.Transformer.TransformPoint | ( | Vector3 | localRectPos | ) |
Transform a point from rect space to warped space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 53 of file LeapSphericalSpace.cs.
Quaternion Leap.Unity.Space.LeapSphericalSpace.Transformer.TransformRotation | ( | Vector3 | localRectPos, |
Quaternion | localRectRot | ||
) |
Transform a rotation from rect space to warped space.
Implements Leap.Unity.Space.ITransformer.
Definition at line 99 of file LeapSphericalSpace.cs.
float Leap.Unity.Space.LeapSphericalSpace.Transformer.angleXOffset |
Definition at line 48 of file LeapSphericalSpace.cs.
float Leap.Unity.Space.LeapSphericalSpace.Transformer.angleYOffset |
Definition at line 49 of file LeapSphericalSpace.cs.
float Leap.Unity.Space.LeapSphericalSpace.Transformer.radiansPerMeter |
Definition at line 51 of file LeapSphericalSpace.cs.
float Leap.Unity.Space.LeapSphericalSpace.Transformer.radiusOffset |
Definition at line 50 of file LeapSphericalSpace.cs.
|
getset |
Implements Leap.Unity.Space.ITransformer.
Definition at line 46 of file LeapSphericalSpace.cs.
|
getset |
Definition at line 45 of file LeapSphericalSpace.cs.