Transforms X and Y coordinates of the three vertices of a triangle using 36 flops.

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

Syntax

C#
public void TransformXY(
	Triangle t
)
Visual Basic (Declaration)
Public Sub TransformXY ( _
	t As Triangle _
)
Visual C++
public:
void TransformXY(
	Triangle^ t
)

Parameters

t
Type: ceometric.VectorGeometry..::.Triangle
A triangle.

See Also