18 #include "pandabase.h" 39 INLINE NurbsVertex(
const NurbsVertex ©);
40 INLINE
void operator = (
const NurbsVertex ©);
41 INLINE ~NurbsVertex();
43 INLINE
void set_vertex(
const LVecBase4 &vertex);
44 INLINE
const LVecBase4 &get_vertex()
const;
46 INLINE
void set_space(
const NodePath &space);
47 INLINE
void set_space(
const string &space);
50 void set_extended_vertex(
int d, PN_stdfloat value);
51 PN_stdfloat get_extended_vertex(
int d)
const;
61 #include "nurbsVertex.I"
This represents a single control vertex in a NurbsEvaluator.
This is the base class for all three-component vectors and points.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...