You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.ProjectPointOnLine3D

AVL.ProjectPointOnLine3D

Projects a point 3D onto a line in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProjectPointOnLine3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Line3D inLine3D,
	out AvlNet.Point3D outPointOnLine3D
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inLine3DAvlNet.Line3D
outPointOnLine3DAvlNet.Point3DPoint projected on a line orthogonally.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in ProjectPointOnLine3D.

See also