further work on util
This commit is contained in:
parent
3af004e49b
commit
4710b4ae20
5 changed files with 108 additions and 53 deletions
|
|
@ -43,8 +43,8 @@ class RotatedBox {
|
|||
public:
|
||||
RotatedBox() : _box() {}
|
||||
RotatedBox(const Box<T>& box) : _box(box), _deg(0), _center() {}
|
||||
RotatedBox(const Point<T>& ll, const Point<T>& ur) : _box(ll, ur), _deg(0), _center() {}
|
||||
|
||||
RotatedBox(const Point<T>& ll, const Point<T>& ur)
|
||||
: _box(ll, ur), _deg(0), _center() {}
|
||||
|
||||
private:
|
||||
Box<T> _box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue