Struct TLocation
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 TLocation
Constructors
TLocation(T3DPoint, TRotation)
Declaration
public TLocation(T3DPoint P, TRotation N)
Parameters
Type | Name | Description |
---|---|---|
T3DPoint | P | |
TRotation | N |
TLocation(Double, Double, Double, Double, Double, Double, Double)
Declaration
public TLocation(double X, double Y, double Z, double A, double B, double C, double D)
Parameters
Type | Name | Description |
---|---|---|
System.Double | X | |
System.Double | Y | |
System.Double | Z | |
System.Double | A | |
System.Double | B | |
System.Double | C | |
System.Double | D |
Properties
N
Declaration
public TRotation N { readonly get; set; }
Property Value
Type | Description |
---|---|
TRotation |
P
Declaration
public T3DPoint P { readonly get; set; }
Property Value
Type | Description |
---|---|
T3DPoint |
Methods
ToString()
Declaration
public override readonly string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()