API Documentation
class
Vector2
package
kha.math
@:directlyUsed
@:structInit
Constructor
@:value({ y : 0, x : 0 })
inline
new
(
x:
Float
= 0,
y:
Float
= 0
)
Variables
length
:
Float
x
:
Float
y
:
Float