|
Choreonoid
1.1
|
#include <Triangulator.h>
公開メンバ関数 | |
| void | setVertices (const MFVec3f &vertices) |
| int | apply (const std::vector< int > &polygon) |
| const std::vector< int > & | triangles () |
| int Triangulator::apply | ( | const std::vector< int > & | polygon | ) |
|
inline |
|
inline |
Triangulated indices. This value is available after calling the 'apply' method. The indices are local ones in the polygon index vector given to the apply method.
1.8.9.1