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

AVL.Vector3DLength

Computes the length of a 3D vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Vector3DLength
(
	AvlNet.Vector3D inVector3D,
	out float outLength
)

Parameters

Name Type Range Default Description
inVector3DAvlNet.Vector3D
outLengthfloat

See also