+ fixes #0001499: Mesh trim loses some triangles

This commit is contained in:
wmayer
2014-07-15 18:42:42 +02:00
parent 3ec88ef51e
commit 09572a364a
3 changed files with 89 additions and 24 deletions

View File

@@ -124,6 +124,7 @@ public:
// misc
inline bool Contains (const Vector2D &rclV) const;
bool Intersect (const Line2D& rclLine, Vector2D &rclV) const;
bool Intersect (const Vector2D &rclV, double eps) const;
bool IntersectAndContain (const Line2D& rclLine, Vector2D &rclV) const;
Vector2D FromPos (double fDistance) const;
};