Transforms X, Y and Z coordinates of the three vertices of a triangle using 54 flops.

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

Syntax

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

Parameters

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

See Also