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

AVL.Plane3DNormalVector

Computes the normal vector of a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Plane3DNormalVector
(
	AvlNet.Plane3D inPlane,
	out AvlNet.Vector3D outNormalVector
)

Parameters

Name Type Range Default Description
inPlaneAvlNet.Plane3D
outNormalVectorAvlNet.Vector3D

See also