C# Class Indiefreaks.Xna.Physics.MatrixExtensions

Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
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, Matrix &rtMatrix ) : void

Method Details

GetRotationAndTranslationComponents() public static méthode

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
Résultat void

GetScaleComponent() public static méthode

public static GetScaleComponent ( this worldMatrix, Microsoft.Xna.Framework.Vector3 &scale ) : void
worldMatrix this
scale Microsoft.Xna.Framework.Vector3
Résultat void

SRTMatrixToRTMatrix() public static méthode

public static SRTMatrixToRTMatrix ( this worldMatrix, Matrix &rtMatrix ) : void
worldMatrix this
rtMatrix Microsoft.Xna.Framework.Matrix
Résultat void