Vector3i class

Constructors

Vector3i.new({int X = 0, int Y = 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
Y int
getter/setter pair
Z int
getter/setter pair

Methods

Clone() Vector3i
inside(Vector3i min, Vector3i 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 *(Vector3i other) Vector3i
operator +(Vector3i other) Vector3i
operator -(Vector3i other) Vector3i
operator /(Vector3i other) Vector3i
operator <(Vector3i other) bool
operator ==(Object otherz) bool
The equality operator.
override
operator >(Vector3i other) bool

Static Properties

ZERO Vector3i
final