GraphMine

util-math / io.github.sof3.graphmine.util.math / IntVector3Range / contains

contains

operator fun contains(vector: IntVector3): Boolean

Checks if a vector is inside the range in integer-aligned space.

operator fun contains(vector: Vector3): Boolean

Checks if a vector is inside the range in non-integer-aligned space.

See the IntVector3Range definition of the range in non-integer-aligned space.