Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Plane3DNormalVector

Plane3DNormalVector


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Computes the normal vector of a line.

Syntax

C++
C#
 
void avl::Plane3DNormalVector
(
	const avl::Plane3D& inPlane,
	avl::Vector3D& outNormalVector
)

Parameters

Name Type Default Description
Input value inPlane const Plane3D&
Output value outNormalVector Vector3D&