Class VectorWithLinearAndAngularComponents
Inheritance
System.Object
VectorWithLinearAndAngularComponents
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class VectorWithLinearAndAngularComponents : APIBase, IEquatable<APIBase>
Properties
Angular
Declaration
public Vector3D Angular { get; }
Property Value
Linear
Declaration
public Vector3D Linear { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
ThetaX
Declaration
public double ThetaX { get; set; }
Property Value
Type |
Description |
System.Double |
|
ThetaY
Declaration
public double ThetaY { get; set; }
Property Value
Type |
Description |
System.Double |
|
ThetaZ
Declaration
public double ThetaZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Z
Declaration
public double Z { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods