Vector2i class
Constructors
- Vector2i.new({int X = 0, int Z = 0})
Properties
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