Transforms X and Y coordinates using 12 flops.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public void TransformXY( ref double x, ref double y, double z ) |
| Visual Basic (Declaration) |
|---|
Public Sub TransformXY ( _ ByRef x As Double, _ ByRef y As Double, _ z As Double _ ) |
| Visual C++ |
|---|
public: void TransformXY( 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.