π Vector2D
A Vector2D composed of components (X, Y) with floating point precision. Used mainly for HUD and Drawing on screen.
πOpen Source
This library implementation is Open Sourced on GitHub!
π§βπ»API Source
This page is auto-generated! The Functions, Properties and Events described here are defined in our GitHub's API Repository! Feel free to commit suggestions and changes to the source .json API files!
π Examplesβ
local new_vector = Vector2D(1452.5, 512)
π Constructorsβ
Default Constructor
No description provided
local my_vector2d = Vector2D(X?, Y?)
𧽠Propertiesβ
π¦ Functionsβ
info
This structure supports +
, -
, *
, /
, ==
and tostring
operations.
This class doesn't have own functions.