Struct TRotation
  
  
  
  
  Assembly: Geometry.VecMatrLib.dll
  Syntax
  
    public readonly struct TRotation
   
  Constructors
  
  TRotation(double, double, double, double)
  
  
  Declaration
  
    public TRotation(double A, double B, double C, double D)
   
  Parameters
  
  Properties
  
  A
  
  
  Declaration
  
    public double A { get; init; }
   
  Property Value
  
  
  B
  
  
  Declaration
  
    public double B { get; init; }
   
  Property Value
  
  
  C
  
  
  Declaration
  
    public double C { get; init; }
   
  Property Value
  
  
  D
  
  
  Declaration
  
    public double D { get; init; }
   
  Property Value
  
  Methods
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides