C# 클래스 SkinnedModel.Transform

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

공개 프로퍼티들

프로퍼티 타입 설명
rotation Microsoft.Xna.Framework.Quaternion
scale Vector3
translation Vector3

공개 메소드들

메소드 설명
GetMatrix ( Matrix &mat ) : void
Lerp ( Transform &to, float amount ) : Transform
Lerp ( Transform &from, Transform &to, float amount, Transform &result ) : void
LerpToIdentity ( float weighting ) : void
Multiply ( Transform &transform1, Transform &transform2, Transform &result ) : void
Transform ( Matrix &matrix ) : System
Validate ( ) : void
operator ( ) : Transform

메소드 상세

GetMatrix() 공개 메소드

public GetMatrix ( Matrix &mat ) : void
mat Matrix
리턴 void

Lerp() 공개 메소드

public Lerp ( Transform &to, float amount ) : Transform
to Transform
amount float
리턴 Transform

Lerp() 공개 정적인 메소드

public static Lerp ( Transform &from, Transform &to, float amount, Transform &result ) : void
from Transform
to Transform
amount float
result Transform
리턴 void

LerpToIdentity() 공개 메소드

public LerpToIdentity ( float weighting ) : void
weighting float
리턴 void

Multiply() 공개 정적인 메소드

public static Multiply ( Transform &transform1, Transform &transform2, Transform &result ) : void
transform1 Transform
transform2 Transform
result Transform
리턴 void

Transform() 공개 메소드

public Transform ( Matrix &matrix ) : System
matrix Matrix
리턴 System

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : Transform
리턴 Transform

프로퍼티 상세

rotation 공개적으로 프로퍼티

public Quaternion,Microsoft.Xna.Framework rotation
리턴 Microsoft.Xna.Framework.Quaternion

scale 공개적으로 프로퍼티

public Vector3 scale
리턴 Vector3

translation 공개적으로 프로퍼티

public Vector3 translation
리턴 Vector3