|
| WB_TransformMap (WB_Transform transform) |
|
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) |
|
wblut.geom.WB_TransformMap.WB_TransformMap |
( |
WB_Transform |
transform | ) |
|
Map 3D point.
- Parameters
-
p | 3D point |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
void wblut.geom.WB_TransformMap.mapPoint3D |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
WB_MutableCoord |
result |
|
) |
| |
Map 3D point.
- Parameters
-
x | |
y | |
z | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
Unmap 2D point.
- Parameters
-
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; |
Implements wblut.geom.WB_Map.
void wblut.geom.WB_TransformMap.mapVector3D |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
WB_MutableCoord |
result |
|
) |
| |
Map 3D vector.
- Parameters
-
x | |
y | |
z | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
Unmap 3D point.
- Parameters
-
p | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
void wblut.geom.WB_TransformMap.unmapPoint3D |
( |
double |
u, |
|
|
double |
v, |
|
|
double |
w, |
|
|
WB_MutableCoord |
result |
|
) |
| |
Unmap 3D point.
- Parameters
-
u | |
v | |
w | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
Unmap 3D vector.
- Parameters
-
p | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
void wblut.geom.WB_TransformMap.unmapVector3D |
( |
double |
u, |
|
|
double |
v, |
|
|
double |
w, |
|
|
WB_MutableCoord |
result |
|
) |
| |
Unmap 3D vector.
- Parameters
-
u | |
v | |
w | |
result | object implementing the WB_MutableCoordinate interface to receive the result; |
Implements wblut.geom.WB_Map.
The documentation for this class was generated from the following file: