Revision Difference
Vector:Length2D#517978
<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, &radic;&lt;span style="text-decoration:overline;"&gt;&nbsp;x&sup2; + y&sup2;&nbsp;&lt;/span&gt;</ret>
<ret name="" type="number">Length of the vector in two dimensions, √<span style="text-decoration:overline;"> x² + y² </span></ret>
</rets>
</function>