Class TRotationsConverter
Inheritance
System.Object
TRotationsConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SprutTechnology.VecMatrLib
Assembly: VecMatrLib.dll
Syntax
public class TRotationsConverter
Methods
ConvertLocation(TLocation, TComplexRotationConvention, TComplexRotationConvention)
Declaration
public static TLocation ConvertLocation(TLocation location, TComplexRotationConvention sourceConvention, TComplexRotationConvention targetConvention)
Parameters
| Type | Name | Description |
|---|---|---|
| TLocation | location | |
| TComplexRotationConvention | sourceConvention | |
| TComplexRotationConvention | targetConvention |
Returns
| Type | Description |
|---|---|
| TLocation |
LocationToMatrix(TLocation, TComplexRotationConvention)
Declaration
public static T3DMatrix LocationToMatrix(TLocation location, TComplexRotationConvention convention)
Parameters
| Type | Name | Description |
|---|---|---|
| TLocation | location | |
| TComplexRotationConvention | convention |
Returns
| Type | Description |
|---|---|
| T3DMatrix |
MatrixToLocation(T3DMatrix, TComplexRotationConvention)
Declaration
public static TLocation MatrixToLocation(T3DMatrix matrix, TComplexRotationConvention convention)
Parameters
| Type | Name | Description |
|---|---|---|
| T3DMatrix | matrix | |
| TComplexRotationConvention | convention |
Returns
| Type | Description |
|---|---|
| TLocation |