Back to FabImage Library website

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

Plane3DNormalVector


Header:FIL.h
Namespace:fil

Computes the normal vector of a line

Syntax

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

Parameters

Name Type Default Description
inPlane const Plane3D&
outNormalVector Vector3D&