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

Invoke.VectorLength

Computes the length of a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void VectorLength
(
	Avl.Vector2D inVector,
	out float outLength
)

Parameters

Name Type Range Default Description
inVectorAvl.Vector2D
outLengthfloat

See also