VisualInitialRotationMatrix Property  | 
 
            The InitialRotation in Matrix form.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
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