Dota 2 Workshop Tools/Scripting/API/Vector.Normalized

From Valve Developer Community
Jump to: navigation, search
Note.png Note:  This page is automatically generated. Any changes may be overwritten

Function Description

Vector Normalized()

Returns the vector normalized


Example
v = Vector(1, 2, 3)
print(v:Normalized())

Returns

Vector - No Description Set