Click or drag to resize
DigitalRuneSrtTransformFromMatrix Method
Creates an SrtTransform from a matrix that contains a scale, a rotation and a translation.
Overload List
  NameDescription
Public methodStatic memberFromMatrix(Matrix)
Creates an SrtTransform from a matrix that contains a scale, a rotation and a translation. (Only available in the XNA-compatible build.)
Public methodStatic memberFromMatrix(Matrix44F)
Creates an SrtTransform from a matrix that contains a scale, a rotation, and a translation.
Top
See Also