vector2d

Fields:

NameTypeRead Only

x

number

y

number

length()

number

*

Usage:

vec = vector2d.new(1, 2)
utils.log(vec.x)

Last updated