메소드 | 설명 | |
---|---|---|
GetRotationAndTranslationComponents ( this worldMatrix, Microsoft.Xna.Framework.Quaternion &rotation, Microsoft.Xna.Framework.Vector3 &translation ) : void | ||
GetScaleComponent ( this worldMatrix, Microsoft.Xna.Framework.Vector3 &scale ) : void | ||
SRTMatrixToRTMatrix ( this worldMatrix, |
public static GetRotationAndTranslationComponents ( this worldMatrix, Microsoft.Xna.Framework.Quaternion &rotation, Microsoft.Xna.Framework.Vector3 &translation ) : void | ||
worldMatrix | this | |
rotation | Microsoft.Xna.Framework.Quaternion | |
translation | Microsoft.Xna.Framework.Vector3 | |
리턴 | void |
public static GetScaleComponent ( this worldMatrix, Microsoft.Xna.Framework.Vector3 &scale ) : void | ||
worldMatrix | this | |
scale | Microsoft.Xna.Framework.Vector3 | |
리턴 | void |
public static SRTMatrixToRTMatrix ( this worldMatrix, |
||
worldMatrix | this | |
rtMatrix | ||
리턴 | void |