VisualInitialRotationMatrix Property |
The InitialRotation in Matrix form.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Matrix InitialRotationMatrix { get; set; }Property Value
Matrix
Remarks
The InitialRotation is set to the decomposed rotation from InitialMatrix OnReset if InitialPositionOnReset is true.
See Also