| Constructor and Description |
|---|
Coord2D_LocalSpaceRectangular2D(Coord2D_LocalSpaceRectangular2D original)
Copy constructor
|
Coord2D_LocalSpaceRectangular2D(SRF_LocalSpaceRectangular2D srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]
|
Coord2D_LocalSpaceRectangular2D(SRF_LocalSpaceRectangular2D srf,
double u,
double v)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_u()
Returns the u value
|
double |
get_v()
Returns the v value
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
set_u(double value)
Sets the u value
|
void |
set_v(double value)
Sets the v value
|
void |
setValues(double u,
double v)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component values
|
getClassType, getSRF, makeClonepublic Coord2D_LocalSpaceRectangular2D(SRF_LocalSpaceRectangular2D srf)
public Coord2D_LocalSpaceRectangular2D(SRF_LocalSpaceRectangular2D srf, double u, double v)
public Coord2D_LocalSpaceRectangular2D(Coord2D_LocalSpaceRectangular2D original)
public void setValues(double u,
double v)
public double get_u()
public double get_v()
public void set_u(double value)
public void set_v(double value)
public boolean isEqual(Coord coord)
Copyright © 2013 SEDRIS. All Rights Reserved.