Revision Difference
Vector:LengthSqr#549246
<function name="LengthSqr" parent="Vector" type="classfunc">
<description>
Returns the squared length of the vector, x² + y² + z².
This is faster than <page>Vector:Length</page> as calculating the square root is an expensive process.
</description>
<realm>Shared</realm>⤶
<realm>Shared and Menu</realm>⤶
<rets>
<ret name="" type="number">Squared length of the vector</ret>
</rets>
</function>