You are here: Start » AVL.NET » AVS.ProjectPointOntoPlane3D Method

AVS.ProjectPointOntoPlane3D Method

Projects a point 3D onto a plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProjectPointOntoPlane3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Plane3D inPlane,
	out AvlNet.Point3D outPointOnPlane
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inPlaneAvlNet.Plane3D
outPointOnPlaneAvlNet.Point3DPoint projected on a plane orthogonally.

See also