MutableVec2i

open class MutableVec2i(x: Int, y: Int) : Vec2i

Constructors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun MutableVec2i(other: Vec2i)
Link copied to clipboard
fun MutableVec2i(x: Int, y: Int)

Functions

Link copied to clipboard
fun add(other: Vec2i): MutableVec2i
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open operator fun get(i: Int): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun set(other: Vec2i): MutableVec2i
open operator fun set(i: Int, v: Int)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
open override var x: Int
Link copied to clipboard
open override var y: Int