Go to the source code of this file.
Functions | |
template<class T > | |
T | intdiv_inf (T x, T y) |
Integer division with round towards minus infinity,. |
T intdiv_inf | ( | T | x, | |
T | y | |||
) | [inline] |
Integer division with round towards minus infinity,.
taken from python The type must be a signed integer type
Referenced by voxel_4_c::getConnectionFace(), voxel_3_c::getConnectionFace(), voxel_4_c::getNeighbor(), voxel_3_c::getNeighbor(), and voxel_4_c::validCoordinate().