mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Add get_cvs and get_knots
This commit is contained in:
parent
5d2b7bc5ea
commit
45a71c280f
@ -62,8 +62,10 @@ PUBLISHED:
|
||||
virtual bool set_knot(int n, PN_stdfloat t)=0;
|
||||
virtual PN_stdfloat get_knot(int n) const=0;
|
||||
|
||||
void write_cv(ostream &out, int n) const;
|
||||
MAKE_SEQ(get_cvs, get_num_cvs, get_cv);
|
||||
MAKE_SEQ(get_knots, get_num_knots, get_knot);
|
||||
|
||||
void write_cv(ostream &out, int n) const;
|
||||
|
||||
protected:
|
||||
virtual int append_cv_impl(const LVecBase4 &v)=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user