You are here: Start » AVL.NET » Invoke.Plane3DNormalVector

Invoke.Plane3DNormalVector

Computes the normal vector of a line.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPlaneAvl.Plane3D
outNormalVectorAvl.Vector3D

See also