Class Vector2DPolar
Inheritance
System.Object
Vector2DPolar
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Vector2DPolar : APIBase, IEquatable<APIBase>
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