15 #ifndef XFILEVERTEXPOOL_H
16 #define XFILEVERTEXPOOL_H
18 #include "pandatoolbase.h"
32 int get_num_vertices();
33 const LVertex *get_vertices();
36 const LColor *get_colors();
40 void set_normal(
const LNormal &normal);
This is a three-component vector distance (as opposed to a three-component point, which represents a ...
This is a collection of unique vertices as extracted out of a Geom or a series of Geoms...
This represents a single vertex associated with an XFileFace.
This is the base class for all three-component vectors and points.
This is a two-component point in space.