High performance coordinate transformation of the point set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public void TransformCoordinates( CoordinateSystem actualCS, CoordinateSystem newCS ) |
Visual Basic (Declaration) |
---|
Public Sub TransformCoordinates ( _ actualCS As CoordinateSystem, _ newCS As CoordinateSystem _ ) |
Visual C++ |
---|
public: void TransformCoordinates( CoordinateSystem^ actualCS, CoordinateSystem^ newCS ) |
Parameters
- actualCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The actual CoordinateSystem.
- newCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The new CoordinateSystem.
Remarks
This method directly modifies the entries of the point set for performance reasons.