1 #ifndef Geom_OpenBounds_H 2 #define Geom_OpenBounds_H 13 float length()
const override {
return 1000000.; }
14 float width()
const override {
return 1000000.; }
15 float thickness()
const override {
return 1000000.; }
34 #endif // Geom_OpenBounds_H
bool inside(const Local2DPoint &p, const LocalError &err, float scale) const override
Determine if a 2D point is inside the bounds, taking error into account.
float thickness() const override
bool inside(const Local3DPoint &p, const LocalError &err, float scale) const override
Determine if a point is inside the bounds, taking error into account.
float width() const override
virtual bool inside(const Local3DPoint &) const =0
Determine if the point is inside the bounds.
Bounds * clone() const override
bool inside(const Local3DPoint &p) const override
Determine if the point is inside the bounds.
Unlimited (trivial) bounds.
float length() const override