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