Click or drag to resize

MathHelperTransform Method (Vector3, Vector3, CoordinateSystem, CoordinateSystem)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Transforms a point between coordinate systems.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector3 Transform(
	Vector3 point,
	Vector3 zAxis,
	CoordinateSystem from,
	CoordinateSystem to
)
Request Example View Source

Parameters

point
Type: netDxfVector3
Point to transform.
zAxis
Type: netDxfVector3
Object normal vector.
from
Type: netDxfCoordinateSystem
Point coordinate system.
to
Type: netDxfCoordinateSystem
Coordinate system of the transformed point.

Return Value

Type: Vector3
Transformed point.
See Also