HE_Mesh
5.0.0
|
Public Member Functions | |
void | mapPoint3D (WB_Coord p, WB_MutableCoord result) |
void | mapPoint3D (double x, double y, double z, WB_MutableCoord result) |
void | unmapPoint3D (WB_Coord p, WB_MutableCoord result) |
void | unmapPoint3D (double u, double v, double w, WB_MutableCoord result) |
void | mapVector3D (WB_Coord p, WB_MutableCoord result) |
void | mapVector3D (double x, double y, double z, WB_MutableCoord result) |
void | unmapVector3D (WB_Coord p, WB_MutableCoord result) |
void | unmapVector3D (double u, double v, double w, WB_MutableCoord result) |
WB_Map is an interface for classes that transform between 3D coordinates through some from of mapping.
void wblut.geom.WB_Map.mapPoint3D | ( | WB_Coord | p, |
WB_MutableCoord | result | ||
) |
Map 3D point.
p | 3D point |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.mapPoint3D | ( | double | x, |
double | y, | ||
double | z, | ||
WB_MutableCoord | result | ||
) |
Map 3D point.
x | |
y | |
z | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.mapVector3D | ( | WB_Coord | p, |
WB_MutableCoord | result | ||
) |
Unmap 2D point.
p | |
result | object implementing the WB_MutableCoordinate interface to receive the result; Map 3D vector. |
p | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.mapVector3D | ( | double | x, |
double | y, | ||
double | z, | ||
WB_MutableCoord | result | ||
) |
Map 3D vector.
x | |
y | |
z | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.unmapPoint3D | ( | WB_Coord | p, |
WB_MutableCoord | result | ||
) |
Unmap 3D point.
p | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.unmapPoint3D | ( | double | u, |
double | v, | ||
double | w, | ||
WB_MutableCoord | result | ||
) |
Unmap 3D point.
u | |
v | |
w | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.unmapVector3D | ( | WB_Coord | p, |
WB_MutableCoord | result | ||
) |
Unmap 3D vector.
p | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.
void wblut.geom.WB_Map.unmapVector3D | ( | double | u, |
double | v, | ||
double | w, | ||
WB_MutableCoord | result | ||
) |
Unmap 3D vector.
u | |
v | |
w | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implemented in wblut.geom.WB_TransformMap.