Tanoda
Leap.Unity.Space.IRadialTransformer Interface Reference
Inheritance diagram for Leap.Unity.Space.IRadialTransformer:
Leap.Unity.Space.ITransformer Leap.Unity.Space.LeapCylindricalSpace.Transformer Leap.Unity.Space.LeapSphericalSpace.Transformer

Public Member Functions

Vector4 GetVectorRepresentation (Transform element)
 
- Public Member Functions inherited from Leap.Unity.Space.ITransformer
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...
 

Additional Inherited Members

- Properties inherited from Leap.Unity.Space.ITransformer
LeapSpaceAnchor anchor [get]
 

Detailed Description

Definition at line 14 of file LeapRadialSpace.cs.

Member Function Documentation

◆ GetVectorRepresentation()

Vector4 Leap.Unity.Space.IRadialTransformer.GetVectorRepresentation ( Transform  element)

The documentation for this interface was generated from the following file: