Computes a coordinate transformation.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Triangle TransformCoordinates(
	CoordinateSystem actualCS,
	CoordinateSystem newCS
)
Visual Basic (Declaration)
Public Function TransformCoordinates ( _
	actualCS As CoordinateSystem, _
	newCS As CoordinateSystem _
) As Triangle
Visual C++
public:
Triangle^ TransformCoordinates(
	CoordinateSystem^ actualCS, 
	CoordinateSystem^ newCS
)

Parameters

actualCS
Type: ceometric.VectorGeometry..::.CoordinateSystem
The actual CoordinateSystem.
newCS
Type: ceometric.VectorGeometry..::.CoordinateSystem
The new coordinate system.

Return Value

Returns a representation of the triangle in a transformed coordinate system.

See Also