#include <vcg/space/point.h>
#include <vcg/space/space.h>
#include <vcg/math/linear.h>
Go to the source code of this file.
Classes | |
class | vcg::Box< N, S > |
Namespaces | |
namespace | vcg |
* | |
Typedefs | |
typedef Box< 2, double > | vcg::Box2d |
Specificazione di box of double. | |
typedef Box< 2, float > | vcg::Box2f |
Specificazione di box of float. | |
typedef Box< 2, int > | vcg::Box2i |
Specificazione di box of int. | |
typedef Box< 2, short > | vcg::Box2s |
Specificazione di box of short. | |
typedef Box< 3, double > | vcg::Box3d |
typedef Box< 3, float > | vcg::Box3f |
typedef Box< 3, int > | vcg::Box3i |
typedef Box< 3, short > | vcg::Box3s |