32class EXPCL_PANDA_PARAMETRICS NurbsVertex {
35 INLINE NurbsVertex(
const NurbsVertex ©);
36 INLINE
void operator = (
const NurbsVertex ©);
37 INLINE ~NurbsVertex();
39 INLINE
void set_vertex(
const LVecBase4 &vertex);
40 INLINE
const LVecBase4 &get_vertex()
const;
43 INLINE
void set_space(
const std::string &space);
52 std::string _space_path;
53 typedef pmap<int, PN_stdfloat> Extended;
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
void set_extended_vertex(int d, PN_stdfloat value)
Sets an n-dimensional vertex value.
void set_space(const NodePath &space)
Sets the space of this vertex as a fixed NodePath.
PN_stdfloat get_extended_vertex(int d) const
Returns an n-dimensional vertex value.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.