Transforms X, Y and Z coordinates using 18 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(
	ref double x,
	ref double y,
	ref double z
)
Visual Basic (Declaration)
Public Sub Transform ( _
	ByRef x As Double, _
	ByRef y As Double, _
	ByRef z As Double _
)
Visual C++
public:
void Transform(
	double% x, 
	double% y, 
	double% z
)

Parameters

x
Type: System..::.Double %
The x-coordinate.
y
Type: System..::.Double %
The y-coordinate.
z
Type: System..::.Double %
The z-coordinate.

See Also