Computes a coordinate transformation.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Plane TransformCoordinates( CoordinateSystem actualCS, CoordinateSystem newCS ) |
| Visual Basic (Declaration) |
|---|
Public Function TransformCoordinates ( _ actualCS As CoordinateSystem, _ newCS As CoordinateSystem _ ) As Plane |
| Visual C++ |
|---|
public: Plane^ TransformCoordinates( CoordinateSystem^ actualCS, CoordinateSystem^ newCS ) |
Parameters
- actualCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The actual CoordinateSystem.
- newCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The new coordinate system.