Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » ProjectLineOntoPlane3D
ProjectLineOntoPlane3D
Projects a line 3D onto a plane.
Syntax
C++
C#
void avl::ProjectLineOntoPlane3D ( const avl::Line3D& inLine3D, const avl::Plane3D& inPlane, avl::Line3D& outLineOnPlane )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine3D | const Line3D& | ||
![]() |
inPlane | const Plane3D& | ||
![]() |
outLineOnPlane | Line3D& | Line in 3D projected on a plane orthogonally |
Errors
| Error type | Description |
|---|---|
| DomainError | Cannot project line perpendicular to plane in ProjectLineOntoPlane3D. |


