Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » Segment2DToSegment3D_AxesPlane
Segment2DToSegment3D_AxesPlane
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Projects a 2D segment onto a plane defined by 3D coordinate axes.
Syntax
C++
C#
void avl::Segment2DToSegment3D_AxesPlane ( const avl::Segment2D& inSegment2D, avl::PlaneType::Type inPlaneType, float inCoordinateValue, avl::Segment3D& outSegment3D, atl::Optional<avl::Plane3D&> outProjectionPlane = atl::NIL )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment2D | const Segment2D& | ||
![]() |
inPlaneType | PlaneType::Type | ||
![]() |
inCoordinateValue | float | Coordinate of the chosen axes plane | |
![]() |
outSegment3D | Segment3D& | ||
![]() |
outProjectionPlane | Optional<Plane3D&> | NIL | Plane the input is projected onto |
Optional Outputs
The computation of following outputs can be switched off by passing value atl::NIL to these parameters: outProjectionPlane.
Read more about Optional Outputs.


