| 307 | }; |
| 308 | |
| 309 | void PathInPlanarTriangleStrip::clear() |
| 310 | { |
| 311 | points_.clear(); |
| 312 | previous_.clear(); |
| 313 | next_.clear(); |
| 314 | apex_ = PntId{0}; |
| 315 | leftAfterApex_ = rightAfterApex_ = PntId{}; |
| 316 | edges_.clear(); |
| 317 | } |
| 318 | |
| 319 | void PathInPlanarTriangleStrip::reset( const Vector2f & start, const Vector2f & edge0left, const Vector2f & edge0right ) |
| 320 | { |
no outgoing calls
no test coverage detected