util-math / io.github.sof3.graphmine.util.math / IntVector3 / <init>
IntVector3(x:
Int
, y:
Int
, z:
Int
)
Consrtucts a Vector3 by specifying all coordinates
IntVector3(values:
IntArray
)
A 3-dimensional vector in integers. Intended to store aligned positions e.g. block positions.
The class is a value class. Values in this class cannot be changed. Therefore, no copy method is present.