|
PlaneProject3DPointToPlane Method |
Projects a 3D position into this 2D plane.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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
Point2D point on the plane
See Also