------------------------------------------------------------------------------ Add point ------------------------------------------------------------------------------
| 57 | // Add point |
| 58 | //------------------------------------------------------------------------------ |
| 59 | void SplCtrlPts::addPoint( Point3F &point ) |
| 60 | { |
| 61 | mPoints.push_back( point ); |
| 62 | } |
| 63 | |
| 64 | //------------------------------------------------------------------------------ |
| 65 | // Submit control points |
no test coverage detected