Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » Line3DToLine2D

Line3DToLine2D


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Converts a line in 3D to a line in 2D by ignoring its Z coordinates.

Syntax

C++
C#
 
void avl::Line3DToLine2D
(
	const avl::Line3D& inLine3D,
	avl::Line2D& outLine2D
)

Parameters

Name Type Default Description
Input value inLine3D const Line3D&
Output value outLine2D Line2D&