Class IntPoint3D

Class Documentation

class IntPoint3D

A light-weight integer point with fields x,y,z

Public Functions

inline IntPoint3D()
inline IntPoint3D(int _x, int _y, int _z)

Public Members

int x
int y
int z