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