Vector of three integer numbers
5.0
Constructs a new Vec3i instance of given three integer coordinates
new Vec3i(0, 0, 0);
Implementation of java.lang.Comparable's compareTo method
compareTo
X coordinate of the following vector
Y coordinate of the following vector
Z coordinate of the following vector
Generated using TypeDoc
Vector of three integer numbers
5.0