C# Class Leap.UnityMatrixExtension

Datei anzeigen Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
LEAP_FORWARD Leap.Vector
LEAP_ORIGIN Leap.Vector
LEAP_UP Leap.Vector

Public Methods

Method Description
Rotation ( this matrix, bool mirror = false ) : Quaternion
Translation ( this matrix, bool mirror = false ) : Vector3

Method Details

Rotation() public static method

public static Rotation ( this matrix, bool mirror = false ) : Quaternion
matrix this
mirror bool
return UnityEngine.Quaternion

Translation() public static method

public static Translation ( this matrix, bool mirror = false ) : Vector3
matrix this
mirror bool
return UnityEngine.Vector3

Property Details

LEAP_FORWARD public_oe static_oe property

public static Vector,Leap LEAP_FORWARD
return Leap.Vector

LEAP_ORIGIN public_oe static_oe property

public static Vector,Leap LEAP_ORIGIN
return Leap.Vector

LEAP_UP public_oe static_oe property

public static Vector,Leap LEAP_UP
return Leap.Vector