Class Vector2DPolar
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Vector2DPolar
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.MeasuredVectors
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Vector2DPolar : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Radius
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Theta
Measurement: Angle
Declaration
public double Theta { 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 |
Implements
System.IEquatable<T>