You are here: Start » AVL.NET » AVS.VectorLength Method

AVS.VectorLength Method

Computes the length of a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void VectorLength
(
	AvlNet.Vector2D inVector,
	out float outLength
)

Parameters

Name Type Range Default Description
inVectorAvlNet.Vector2D
outLengthfloat

See also