magnitude
7/14/25Less than 1 minute
Vector4.magnitude
"Read-Only"
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).