ZERO

@JvmField
val ZERO: Vector2

A constant representing a zero vector (0, 0).

This is a Vector2 instance with both its x and y components initialized to 0.0f. It is often used as a representation of the origin in 2D space or as a default zero-value vector in calculations.