Declaration
func Magnitude(value Vector3) float
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Value | Vector3 | 3D Vector |
Return
| Type | Description |
|---|---|
| Float | The modulus result, which is the length of the vector modulus |
Modulo a 3D vector
func Magnitude(value Vector3) float
go
| Name | Type | Description |
|---|---|---|
| Value | Vector3 | 3D Vector |
| Type | Description |
|---|---|
| Float | The modulus result, which is the length of the vector modulus |