Back to Adaptive Vision Library website

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

Plane3DNormalVector


Header:AVL.h
Namespace:avl

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
inPlane const Plane3D&
outNormalVector Vector3D&