VectorLength
Computes the length of a vector.
Syntax
C++
Python
def VectorLength( inVector: Vector2D, / ) -> outLength: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inVector | Vector2D | ||
![]() |
outLength | float |
Computes the length of a vector.
def VectorLength( inVector: Vector2D, / ) -> outLength: float
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inVector | Vector2D | ||
![]() |
outLength | float |