Computes a coordinate transformation.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static void TransformCoordinates( List<Edge> edges, CoordinateSystem actualCS, CoordinateSystem newCS ) |
Visual Basic (Declaration) |
---|
Public Shared Sub TransformCoordinates ( _ edges As List(Of Edge), _ actualCS As CoordinateSystem, _ newCS As CoordinateSystem _ ) |
Visual C++ |
---|
public: static void TransformCoordinates( List<Edge^>^ edges, CoordinateSystem^ actualCS, CoordinateSystem^ newCS ) |
Parameters
- edges
- Type: System.Collections.Generic..::.List<(Of <(Edge>)>)
A generic list of edges.
- 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 list for performance reasons.