Struct TComplexRotationConvention
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
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 struct TComplexRotationConvention
Constructors
TComplexRotationConvention(TRotationConvention, Boolean, Boolean)
Declaration
public TComplexRotationConvention(TRotationConvention Convention, bool AnglesInDegrees, bool MovableAxes)
Parameters
Type | Name | Description |
---|---|---|
TRotationConvention | Convention | |
System.Boolean | AnglesInDegrees | |
System.Boolean | MovableAxes |
TComplexRotationConvention(Byte)
Declaration
public TComplexRotationConvention(byte EncodingByte)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | EncodingByte |
Fields
AnglesInDegrees
Declaration
public bool AnglesInDegrees
Field Value
Type | Description |
---|---|
System.Boolean |
Convention
Declaration
public TRotationConvention Convention
Field Value
Type | Description |
---|---|
TRotationConvention |
MovableAxes
Declaration
public bool MovableAxes
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
IsAngular
Declaration
public readonly bool IsAngular { get; }
Property Value
Type | Description |
---|---|
System.Boolean |