|
virtual MgCoordinate* MgGeometryFactory::CreateCoordinateXYM |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
m | |
|
) |
| | [virtual] |
Creates an MgCoordinate object with Dimension = XYM, X = x, Y = y, M = m.
- Parameters:
-
| x | (double) X value for the coordinate. |
| y | (double) Y value for the coordinate. |
| m | (double) M value for the coordinate. |
- Returns:
- An initialized MgCoordinate instance.
|