HE_Mesh2014
2.0.11
|
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) |
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_MutableCoordinate.
double wblut.geom.WB_Coordinate.getd | ( | int | i | ) |
Get i'th ordinate as double. An implementation of this interface does not necessarily check the validity of the passed parameter.
i |
float wblut.geom.WB_Coordinate.getf | ( | int | i | ) |
Get i'th ordinate as float. An implementation of this interface does not necessarily check the validity of the passed parameter.
i |
double wblut.geom.WB_Coordinate.wd | ( | ) |
Get w as double.
Implemented in wblut.geom.WB_Point4D, wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
float wblut.geom.WB_Coordinate.wf | ( | ) |
Get w as float.
Implemented in wblut.hemesh.HE_Vertex, wblut.geom.WB_Point4D, wblut.geom.WB_SimpleVector, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
double wblut.geom.WB_Coordinate.xd | ( | ) |
Get x as double.
Implemented in wblut.geom.WB_Point4D, wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
float wblut.geom.WB_Coordinate.xf | ( | ) |
Get x as float.
Implemented in wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_Point4D, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
double wblut.geom.WB_Coordinate.yd | ( | ) |
Get y as double.
Implemented in wblut.geom.WB_Point4D, wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
float wblut.geom.WB_Coordinate.yf | ( | ) |
Get y as float.
Implemented in wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_Point4D, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
double wblut.geom.WB_Coordinate.zd | ( | ) |
Get z as double.
Implemented in wblut.geom.WB_Point4D, wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.
float wblut.geom.WB_Coordinate.zf | ( | ) |
Get z as float.
Implemented in wblut.hemesh.HE_Vertex, wblut.geom.WB_SimpleVector, wblut.geom.WB_Point4D, wblut.geom.WB_SimpleSequenceVector, and wblut.hemesh.HE_TextureCoordinate.