Tanoda
|
Public Member Functions | |
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... | |
Properties | |
LeapSpaceAnchor | anchor [get] |
Definition at line 13 of file ITransformer.cs.
Matrix4x4 Leap.Unity.Space.ITransformer.GetTransformationMatrix | ( | Vector3 | localRectPos | ) |
Get a transformation matrix that maps a position in rect space to a position in warped space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Vector3 Leap.Unity.Space.ITransformer.InverseTransformDirection | ( | Vector3 | localWarpedSpace, |
Vector3 | localWarpedDirection | ||
) |
Transform a direction from warped space to rect space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Vector3 Leap.Unity.Space.ITransformer.InverseTransformPoint | ( | Vector3 | localWarpedSpace | ) |
Transform a point from warped space to rect space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Quaternion Leap.Unity.Space.ITransformer.InverseTransformRotation | ( | Vector3 | localWarpedPos, |
Quaternion | localWarpedRot | ||
) |
Transform a rotation from warped space to rect space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Vector3 Leap.Unity.Space.ITransformer.TransformDirection | ( | Vector3 | localRectPos, |
Vector3 | localRectDirection | ||
) |
Transform a direction from rect space to warped space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Vector3 Leap.Unity.Space.ITransformer.TransformPoint | ( | Vector3 | localRectPos | ) |
Transform a point from rect space to warped space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Quaternion Leap.Unity.Space.ITransformer.TransformRotation | ( | Vector3 | localRectPos, |
Quaternion | localRectRot | ||
) |
Transform a rotation from rect space to warped space.
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
|
get |
Implemented in Leap.Unity.Space.LeapCylindricalSpace.Transformer, Leap.Unity.Space.LeapSphericalSpace.Transformer, and Leap.Unity.Space.IdentityTransformer.
Definition at line 15 of file ITransformer.cs.