Click or drag to resize

MathHelperTransform Method (IEnumerableVector3, Vector3, CoordinateSystem, CoordinateSystem)

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

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

Parameters

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

Return Value

Type: IListVector3
Transformed point list.
See Also