Click or drag to resize
AB4D logo

PlaneProject3DPointsToPlane Method

Projects a list of 3D position into this 2D plane.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public List<Point> Project3DPointsToPlane(
	IList<Point3D> positions,
	Vector3D planeWidthVector,
	out Rect bounds
)

Parameters

positions  IListPoint3D
list of 3D position
planeWidthVector  Vector3D
Vector3D that defines the direction of the 2D width vector on the plane (x value in the returned point)
bounds  Rect
out: Rect with bounds of the 2D plane coordinates

Return Value

ListPoint
List of 2D points
See Also