C# 클래스 Leap.UnityMatrixExtension

파일 보기 프로젝트 열기: leapmotion/ImageGrid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LEAP_FORWARD Leap.Vector
LEAP_ORIGIN Leap.Vector
LEAP_UP Leap.Vector

공개 메소드들

메소드 설명
Rotation ( this matrix, bool mirror = false ) : Quaternion
Translation ( this matrix, bool mirror = false ) : Vector3

메소드 상세

Rotation() 공개 정적인 메소드

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

Translation() 공개 정적인 메소드

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

프로퍼티 상세

LEAP_FORWARD 공개적으로 정적으로 프로퍼티

public static Vector,Leap LEAP_FORWARD
리턴 Leap.Vector

LEAP_ORIGIN 공개적으로 정적으로 프로퍼티

public static Vector,Leap LEAP_ORIGIN
리턴 Leap.Vector

LEAP_UP 공개적으로 정적으로 프로퍼티

public static Vector,Leap LEAP_UP
리턴 Leap.Vector