Click or drag to resize

MathHelperTransform Method (IEnumerableVector3, Vector3, CoordinateSystem, CoordinateSystem)

Transforms a point list between coordinate systems.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static IList<Vector3> Transform(
	IEnumerable<Vector3> points,
	Vector3 zAxis,
	CoordinateSystem from,
	CoordinateSystem to
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector3
Points to transform.
zAxis
Type: DXFReaderNETVector3
Object normal vector.
from
Type: DXFReaderNETCoordinateSystem
Points coordinate system.
to
Type: DXFReaderNETCoordinateSystem
Coordinate system of the transformed points.

Return Value

Type: IListVector3
Transformed point list.
See Also