| Constructor and Description |
|---|
CoordSurf_LocalTangentSpaceAzimuthalSpherical(CoordSurf_LocalTangentSpaceAzimuthalSpherical original)
Copy constructor
|
CoordSurf_LocalTangentSpaceAzimuthalSpherical(SRF_LocalTangentSpaceAzimuthalSpherical srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]
|
CoordSurf_LocalTangentSpaceAzimuthalSpherical(SRF_LocalTangentSpaceAzimuthalSpherical srf,
double azimuth,
double angle)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_angle()
Returns the angle value
|
double |
get_azimuth()
Returns the azimuth 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_azimuth(double value)
Sets the azimuth value
|
void |
setValues(double azimuth,
double angle)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component values
|
getClassType, getSRF, makeClonepublic CoordSurf_LocalTangentSpaceAzimuthalSpherical(SRF_LocalTangentSpaceAzimuthalSpherical srf)
public CoordSurf_LocalTangentSpaceAzimuthalSpherical(SRF_LocalTangentSpaceAzimuthalSpherical srf, double azimuth, double angle)
public CoordSurf_LocalTangentSpaceAzimuthalSpherical(CoordSurf_LocalTangentSpaceAzimuthalSpherical original)
public void setValues(double azimuth,
double angle)
public double get_azimuth()
public double get_angle()
public void set_azimuth(double value)
public void set_angle(double value)
public boolean isEqual(Coord coord)
CoordSurfCopyright © 2013 SEDRIS. All Rights Reserved.