Class Vector2DPolar
Inheritance
System.Object
Vector2DPolar
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Vector2DPolar : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Radius
Declaration
public double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Theta
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>
Extension Methods