Skip to main content
Version: latest - a1.37.x ⚖️

📏 Vector2D

A Vector2D composed of components (X, Y) with floating point precision. Used mainly for HUD and Drawing on screen.

👐Open Source
This structure is Open Sourced on GitHub. Feel free to make pull requests and suggest changes!

🎒 Examples

local new_vector = Vector2D(1452.5, 512)

🛠 Constructors

Default Constructor

local my_vector2d = Vector2D(X?, Y?)
TypeNameDefaultDescription
numberX0X Coordinate
numberY0Y Coordinate

🧽 Properties

TypeNameDescription
numberXX Coordinate
numberYY Coordinate

🦠 Functions

info

This structure supports +, -, *, /, == and tostring operations.

This entity doesn't have own functions.