APILNMatrix_RotateVec3 Method |
Namespace: Lumino
public static Result LNMatrix_RotateVec3( ref Matrix mat, ref Vector3 vec, RotationOrder rotOrder = RotationOrder.XYZ )
Public Shared Function LNMatrix_RotateVec3 ( ByRef mat As Matrix, ByRef vec As Vector3, Optional rotOrder As RotationOrder = RotationOrder.XYZ ) As Result
public: static Result LNMatrix_RotateVec3( Matrix% mat, Vector3% vec, RotationOrder rotOrder = RotationOrder::XYZ )
static member LNMatrix_RotateVec3 : mat : Matrix byref * vec : Vector3 byref * ?rotOrder : RotationOrder (* Defaults: let _rotOrder = defaultArg rotOrder RotationOrder.XYZ *) -> Result
[Missing <returns> documentation for "M:Lumino.API.LNMatrix_RotateVec3(Lumino.Matrix@,Lumino.Vector3@,Lumino.RotationOrder)"]