| Constructor and Description |
|---|
Coord2D_LocalSpacePolar(Coord2D_LocalSpacePolar original)
Copy constructor
|
Coord2D_LocalSpacePolar(SRF_LocalSpacePolar srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]
|
Coord2D_LocalSpacePolar(SRF_LocalSpacePolar srf,
double radius,
double angle)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_angle()
Returns the angle value
|
double |
get_radius()
Returns the radius value
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
set_angle(double value)
Sets the angle value
|
void |
set_radius(double value)
Sets the radius value
|
void |
setValues(double angle,
double radius)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component values
|
getClassType, getSRF, makeClonepublic Coord2D_LocalSpacePolar(SRF_LocalSpacePolar srf)
public Coord2D_LocalSpacePolar(SRF_LocalSpacePolar srf, double radius, double angle)
public Coord2D_LocalSpacePolar(Coord2D_LocalSpacePolar original)
public void setValues(double angle,
double radius)
public double get_radius()
public double get_angle()
public void set_radius(double value)
public void set_angle(double value)
public boolean isEqual(Coord coord)
Copyright © 2013 SEDRIS. All Rights Reserved.