| 832 | DECLARE_PTR(edge) |
| 833 | |
| 834 | edge() : trimmed_curve() {} |
| 835 | edge(const point3::ptr& a, const point3::ptr& b) : trimmed_curve(a, b) {} |
| 836 | |
| 837 | // @todo how to express similarity between trimmed_curve and edge? |
no outgoing calls
no test coverage detected