Companion

object Companion

Functions

Link copied to clipboard
inline fun max(a: Vector2I, b: Vector2I): Vector2I

Returns a vector that is made from the largest components of two vectors.

Link copied to clipboard
inline fun min(a: Vector2I, b: Vector2I): Vector2I

Returns a vector that is made from the smallest components of two vectors.

Properties

Link copied to clipboard

Value of (1, 1)

Link copied to clipboard
const val SIZE_BITS: Int = 64

The number of bits used to represent an instance of Vector2I in a binary form.

Link copied to clipboard
const val SIZE_BYTES: Int = 8

The number of bytes used to represent an instance of Vector2I in a binary form.

Link copied to clipboard

Value of (0, 0)