Garry's Mod Wiki

Revision Difference

Vector:GetNormalized#512391

<function name="GetNormalized" parent="Vector" type="classfunc">⤶ <description>⤶ Returns a normalized version of the vector. Normalized means vector with same direction but with length of 1.⤶ ⤶ This does not affect the vector you call it on; to do this, use <page>Vector:Normalize</page>.⤶ </description>⤶ <realm>Shared</realm>⤶ <rets>⤶ <ret name="" type="Vector">Normalized version of the vector.</ret>⤶ </rets>⤶ </function>⤶ ⤶