|
|
| virtual MgCoordinate* MgTransform::Transform |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z | |
|
) |
| | [pure virtual] |
Transforms the X, Y, and Z ordinates and returns a new coordinate.
- Parameters:
-
| x | (double) The X ordinate to transform. |
| y | (double) The Y ordinate to transform. |
| z | (double) The Z ordinate to transform. |
- Returns:
- A new MgCoordinate defined by the transformed X, Y, and Z ordinates.
Implemented in MgCoordinateSystemTransform.
|