Property | Type | Description | |
---|---|---|---|
rotation | Microsoft.Xna.Framework.Quaternion | ||
scale | Vector3 | ||
translation | Vector3 |
Method | Description | |
---|---|---|
GetMatrix ( Matrix &mat ) : void | ||
Lerp ( |
||
Lerp ( |
||
LerpToIdentity ( float weighting ) : void | ||
Multiply ( |
||
Transform ( Matrix &matrix ) : System | ||
Validate ( ) : void | ||
operator ( ) : |
public Lerp ( |
||
to | ||
amount | float | |
return |
public static Lerp ( |
||
from | ||
to | ||
amount | float | |
result | ||
return | void |
public LerpToIdentity ( float weighting ) : void | ||
weighting | float | |
return | void |
public static Multiply ( |
||
transform1 | ||
transform2 | ||
result | ||
return | void |
public Quaternion,Microsoft.Xna.Framework rotation | ||
return | Microsoft.Xna.Framework.Quaternion |