Struct TComplexRotationConvention
  
  
  
  
  Assembly: Geometry.VecMatrLib.dll
  Syntax
  
    public struct TComplexRotationConvention
   
  Constructors
  
  TComplexRotationConvention(TRotationConvention, bool, bool)
  
  
  Declaration
  
    public TComplexRotationConvention(TRotationConvention Convention, bool AnglesInDegrees, bool MovableAxes)
   
  Parameters
  
  
  TComplexRotationConvention(byte)
  
  
  Declaration
  
    public TComplexRotationConvention(byte EncodingByte)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | byte | EncodingByte |  | 
    
  
  Fields
  AnglesInDegrees
  
  
  Declaration
  
    public bool AnglesInDegrees
   
  Field Value
  
  Convention
  
  
  Declaration
  
    public TRotationConvention Convention
   
  Field Value
  
  MovableAxes
  
  
  Declaration
  
  Field Value
  
  Properties
  
  IsAngular
  
  
  Declaration
  
    public bool IsAngular { get; }
   
  Property Value