Pose.ToMatrix

Matrix ToMatrix(Vec3 scale)

Converts this pose into a transform matrix, incorporating a provided scale value.

   
Vec3 scale A scale vector! Vec3.One would be an identity scale.
RETURNS: Matrix A Matrix that transforms to the given pose.
Matrix ToMatrix(float scale)

Converts this pose into a transform matrix, incorporating a provided scale value.

   
float scale A uniform scale factor! 1 would be an identity scale.
RETURNS: Matrix A Matrix that transforms to the given pose.
Matrix ToMatrix()

Converts this pose into a transform matrix.

   
RETURNS: Matrix A Matrix that transforms to the given pose.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!