Click or drag to resize

MathHelperTransform Method (Vector3, Vector3, CoordinateSystem, CoordinateSystem)

Transforms a point between coordinate systems.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Vector3 Transform(
	Vector3 point,
	Vector3 zAxis,
	CoordinateSystem from,
	CoordinateSystem to
)

Parameters

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

Return Value

Type: Vector3
Transformed point.
See Also