APILNMatrix_Decompose Method |
Namespace: Lumino
public static Result LNMatrix_Decompose( ref Matrix mat, out Vector3 scale, out Quaternion rot, out Vector3 trans )
Public Shared Function LNMatrix_Decompose ( ByRef mat As Matrix, <OutAttribute> ByRef scale As Vector3, <OutAttribute> ByRef rot As Quaternion, <OutAttribute> ByRef trans As Vector3 ) As Result
public: static Result LNMatrix_Decompose( Matrix% mat, [OutAttribute] Vector3% scale, [OutAttribute] Quaternion% rot, [OutAttribute] Vector3% trans )
static member LNMatrix_Decompose : mat : Matrix byref * scale : Vector3 byref * rot : Quaternion byref * trans : Vector3 byref -> Result
[Missing <returns> documentation for "M:Lumino.API.LNMatrix_Decompose(Lumino.Matrix@,Lumino.Vector3@,Lumino.Quaternion@,Lumino.Vector3@)"]