Struct TRotation
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SprutTechnology.VecMatrLib
Assembly: 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
Type | Name | Description |
---|---|---|
System.Double | A | |
System.Double | B | |
System.Double | C | |
System.Double | D |
Properties
A
Declaration
public double A { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Double |
B
Declaration
public double B { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Double |
C
Declaration
public double C { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Double |
D
Declaration
public double D { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override readonly string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()