Click or drag to resize

MathHelperTransform Method (IEnumerableVector2, Vector3, Double)

Transform a 2d point list from object coordinates to world coordinates.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static List<Vector3> Transform(
	IEnumerable<Vector2> points,
	Vector3 zAxis,
	double elevation
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector2
Point to transform.
zAxis
Type: DXFReaderNETVector3
Object normal vector.
elevation
Type: SystemDouble
Object elevation.

Return Value

Type: ListVector3
Transformed points.
See Also