Vector2i class

Constructors

Vector2i.new({int X = 0, int Z = 0})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
X int
getter/setter pair
Z int
getter/setter pair

Methods

Clone() Vector2i
inside(Vector2i min, Vector2i max) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator *(Vector2i other) Vector2i
operator +(Vector2i other) Vector2i
operator -(Vector2i other) Vector2i
operator /(Vector2i other) Vector2i
operator <(Vector2i other) bool
operator ==(Object otherz) bool
The equality operator.
override
operator >(Vector2i other) bool

Static Properties

ZERO Vector2i
final