VectorLength


Computes the length of a vector.

Syntax

C++
Python
 
def VectorLength(
	inVector: Vector2D,
	/
)
-> outLength: float

Parameters

Name Type Default Description
Input value inVector Vector2D
Output value outLength float