Home | History | Annotate | Download | only in cpp

Lines Matching refs:Long3

958      * Utility function for returning an Element containing a long3.
2167 class Long3 {
2171 Long3(int64_t initX, int64_t initY, int64_t initZ)
2173 Long3() : x(0), y(0), z(0) {}