Class TRotation
Inheritance
object
TRotation
Assembly: Geometry.VecMatrLib.dll
Syntax
public sealed class TRotation : ValueType
Constructors
TRotation(double, double, double, double)
Declaration
public TRotation(double A, double B, double C, double D)
Parameters
Type |
Name |
Description |
double |
A |
|
double |
B |
|
double |
C |
|
double |
D |
|
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