C# Class Leap.UnityMatrixExtension

Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
LEAP_FORWARD Leap.Vector
LEAP_ORIGIN Leap.Vector
LEAP_UP Leap.Vector

Méthodes publiques

Méthode Description
Rotation ( this matrix, bool mirror = false ) : Quaternion
Translation ( this matrix, bool mirror = false ) : Vector3

Method Details

Rotation() public static méthode

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

Translation() public static méthode

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

Property Details

LEAP_FORWARD public_oe static_oe property

public static Vector,Leap LEAP_FORWARD
Résultat Leap.Vector

LEAP_ORIGIN public_oe static_oe property

public static Vector,Leap LEAP_ORIGIN
Résultat Leap.Vector

LEAP_UP public_oe static_oe property

public static Vector,Leap LEAP_UP
Résultat Leap.Vector