Skip to content

API > Vector4 > magnitude


Vector4.magnitude⚓︎

Read-Only

Read-only Property This property is Read-Only

Name Type
magnitude number

Description⚓︎

Returns the length of this vector (Read Only).

Extra Detail⚓︎

The length of the vector is square root of (xx+yy+zz+ww).