Click or drag to resize
AB4D logo

PlaneProject3DPointToPlane Method

Projects a 3D position into this 2D plane.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point Project3DPointToPlane(
	Point3D point3D,
	Vector3D planeWidthVector
)

Parameters

point3D  Point3D
3D point that is projected to the plane
planeWidthVector  Vector3D
Vector3D that defines the direction of the 2D width vector on the plane (x value in the returned point)

Return Value

Point
2D point on the plane
See Also