Revision Difference
Vector:Length2D#526914
<function name="Length2D" parent="Vector" type="classfunc">
<description>Returns the length of the vector in two dimensions, without the Z axis.</description>
<realm>Shared</realm>
<rets>
<ret name="" type="number">Length of the vector in two dimensions, √<span style="text-decoration:overline;"> x² + y² </span></ret>
<ret name="" type="number">Length of the vector in two dimensions, √(x² + y²)</ret>
</rets>
</function>