You are here: Start » AVL.NET » AVL.VectorLength(AvlNet.Vector2D, float)
AVL.VectorLength(AvlNet.Vector2D, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void VectorLength( AvlNet.Vector2D inVector, out float outLength )
Parameters
- inVector
- Type: AvlNet.Vector2D
- outLength
- Type: System.Single
Examples
![]() |
VectorLength performed on a vector with parameters: DeltaX = 10, DeltaY = 10.
outLength returns 14,142.

