AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| virtual MgCoordinate* MgTransform::Transform |
( |
double |
x, |
|
|
| double |
y | |
|
| ) |
| | [pure virtual] |
Transforms the X and Y ordinates and returns a new coordinate.
- Parameters:
-
| x | (double) The X ordinate to transform. |
| y | (double) The Y ordinate to transform. |
- Returns:
- A new MgCoordinate defined by the transformed X and Y ordinates.
Implemented in MgCoordinateSystemTransform.
|