Class TComplexRotationConvention
Inheritance
object
TComplexRotationConvention
Namespace: SprutCAMTech.VecMatrLib
Assembly: SprutCAMTech.VecMatrLib.dll
Syntax
public sealed class TComplexRotationConvention : ValueType
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