HE_Mesh  5.0.0
wblut.geom.WB_SimpleCoordinate2D Class Reference
+ Inheritance diagram for wblut.geom.WB_SimpleCoordinate2D:

Public Member Functions

 WB_SimpleCoordinate2D ()
 
 WB_SimpleCoordinate2D (final double x, final double y)
 
 WB_SimpleCoordinate2D (final double[] x)
 
 WB_SimpleCoordinate2D (final WB_Coord p)
 
double getd (final int i)
 
float getf (final int i)
 
double xd ()
 
double yd ()
 
double zd ()
 
double wd ()
 
float xf ()
 
float yf ()
 
float zf ()
 
float wf ()
 
int compareTo (final WB_Coord p)
 
int compareToY1st (final WB_Coord p)
 
boolean equals (final Object o)
 
int hashCode ()
 
String toString ()
 
- Public Member Functions inherited from wblut.geom.WB_Coord
double getd (int i)
 
float getf (int i)
 

Constructor & Destructor Documentation

wblut.geom.WB_SimpleCoordinate2D.WB_SimpleCoordinate2D ( )
wblut.geom.WB_SimpleCoordinate2D.WB_SimpleCoordinate2D ( final double  x,
final double  y 
)
Parameters
x
y
wblut.geom.WB_SimpleCoordinate2D.WB_SimpleCoordinate2D ( final double[]  x)
Parameters
x
wblut.geom.WB_SimpleCoordinate2D.WB_SimpleCoordinate2D ( final WB_Coord  p)
Parameters
p

Member Function Documentation

int wblut.geom.WB_SimpleCoordinate2D.compareTo ( final WB_Coord  p)
int wblut.geom.WB_SimpleCoordinate2D.compareToY1st ( final WB_Coord  p)
Parameters
p
Returns
boolean wblut.geom.WB_SimpleCoordinate2D.equals ( final Object  o)
double wblut.geom.WB_SimpleCoordinate2D.getd ( final int  i)
float wblut.geom.WB_SimpleCoordinate2D.getf ( final int  i)
int wblut.geom.WB_SimpleCoordinate2D.hashCode ( )
String wblut.geom.WB_SimpleCoordinate2D.toString ( )
double wblut.geom.WB_SimpleCoordinate2D.wd ( )

Get w as double.

Returns
w

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_SimpleCoordinate2D.wf ( )

Get w as float.

Returns
w

Implements wblut.geom.WB_Coord.

double wblut.geom.WB_SimpleCoordinate2D.xd ( )

Get x as double.

Returns
x

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_SimpleCoordinate2D.xf ( )

Get x as float.

Returns
x

Implements wblut.geom.WB_Coord.

double wblut.geom.WB_SimpleCoordinate2D.yd ( )

Get y as double.

Returns
y

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_SimpleCoordinate2D.yf ( )

Get y as float.

Returns
y

Implements wblut.geom.WB_Coord.

double wblut.geom.WB_SimpleCoordinate2D.zd ( )

Get z as double.

Returns
z

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_SimpleCoordinate2D.zf ( )

Get z as float.

Returns
z

Implements wblut.geom.WB_Coord.


The documentation for this class was generated from the following file: