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 static void TransformCoordinates(
	List<Plane> planes,
	CoordinateSystem actualCS,
	CoordinateSystem newCS
)
Visual Basic (Declaration)
Public Shared Sub TransformCoordinates ( _
	planes As List(Of Plane), _
	actualCS As CoordinateSystem, _
	newCS As CoordinateSystem _
)
Visual C++
public:
static void TransformCoordinates(
	List<Plane^>^ planes, 
	CoordinateSystem^ actualCS, 
	CoordinateSystem^ newCS
)

Remarks

This method directly modifies the entries of the list for performance reasons.

See Also