HE_Mesh  5.0.0
wblut.geom.WB_Coord Interface Reference
+ Inheritance diagram for wblut.geom.WB_Coord:

Public Member Functions

double xd ()
 
double yd ()
 
double zd ()
 
double wd ()
 
double getd (int i)
 
float xf ()
 
float yf ()
 
float zf ()
 
float wf ()
 
float getf (int i)
 

Detailed Description

Simple interface for anything that present itself as a 2D, 3D or 4D tuple of double. Useful to create a wrapper for other point and vector-classes. If the class is intended to be mutable use wblut.geom.WB_MutableCoord.

Author
Frederik Vanhoutte

Member Function Documentation

double wblut.geom.WB_Coord.getd ( int  i)

Get i'th ordinate as double. An implementation of this interface does not necessarily check the validity of the passed parameter.

Parameters
i
Returns
i'th ordinate
float wblut.geom.WB_Coord.getf ( int  i)

Get i'th ordinate as float. An implementation of this interface does not necessarily check the validity of the passed parameter.

Parameters
i
Returns
i'th ordinate

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