Make new method in Vector3 accesible from Python

This commit is contained in:
wmayer
2012-02-24 19:43:44 +01:00
parent d4899667bc
commit d102002bdf
6 changed files with 47 additions and 3 deletions

View File

@@ -164,6 +164,8 @@ public:
void addPoint(const Vector3f &vec);
/// ends the points set operation
void endPoints(void);
/// add an SoPointSet node
void addPointSet(void);
//@}
/** @name Line/Direction handling */