HE_Mesh  6.0.1
wblut.geom.WB_Coordinate Class Reference
+ Inheritance diagram for wblut.geom.WB_Coordinate:

Public Member Functions

 WB_Coordinate ()
 
 WB_Coordinate (final double x, final double y)
 
 WB_Coordinate (final double x, final double y, final double z)
 
 WB_Coordinate (final double[] x)
 
 WB_Coordinate (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_Coordinate2D
 WB_Coordinate2D ()
 
 WB_Coordinate2D (final double x, final double y)
 
 WB_Coordinate2D (final double[] x)
 
 WB_Coordinate2D (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_Coordinate.WB_Coordinate ( )
wblut.geom.WB_Coordinate.WB_Coordinate ( final double  x,
final double  y 
)
Parameters
x
y
wblut.geom.WB_Coordinate.WB_Coordinate ( final double  x,
final double  y,
final double  z 
)
Parameters
x
y
z
wblut.geom.WB_Coordinate.WB_Coordinate ( final double[]  x)
Parameters
x
wblut.geom.WB_Coordinate.WB_Coordinate ( final WB_Coord  p)

Member Function Documentation

double wblut.geom.WB_Coordinate.getd ( final int  i)
float wblut.geom.WB_Coordinate.getf ( final int  i)
String wblut.geom.WB_Coordinate.toString ( )
double wblut.geom.WB_Coordinate.wd ( )

Get w as double.

Returns
w

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_Coordinate.wf ( )

Get w as float.

Returns
w

Implements wblut.geom.WB_Coord.

double wblut.geom.WB_Coordinate.xd ( )

Get x as double.

Returns
x

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_Coordinate.xf ( )

Get x as float.

Returns
x

Implements wblut.geom.WB_Coord.

double wblut.geom.WB_Coordinate.yd ( )

Get y as double.

Returns
y

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_Coordinate.yf ( )

Get y as float.

Returns
y

Implements wblut.geom.WB_Coord.

double wblut.geom.WB_Coordinate.zd ( )

Get z as double.

Returns
z

Implements wblut.geom.WB_Coord.

float wblut.geom.WB_Coordinate.zf ( )

Get z as float.

Returns
z

Implements wblut.geom.WB_Coord.


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