Class Assembly.SubCoordinate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class SubCoordinate : Assembly.Coordinate
Fields
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem
Field Value
Type | Description |
---|---|
CoordinateSystem |
Motor
Declaration
public ElectricInfo Motor
Field Value
Type | Description |
---|---|
ElectricInfo |
Properties
Pitch
Declaration
[TypeConverter(typeof(RadiansToDegreesPI))]
public float Pitch { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Position
Declaration
[TypeConverter(typeof(Vector3MeterToMillimeter))]
public Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
Roll
Declaration
[TypeConverter(typeof(RadiansToDegreesPI))]
public float Roll { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Yaw
Declaration
[TypeConverter(typeof(RadiansToDegreesPI))]
public float Yaw { get; set; }
Property Value
Type | Description |
---|---|
System.Single |