refactoring
This commit is contained in:
parent
04e87c1d9c
commit
64b83f569c
24 changed files with 186 additions and 310 deletions
|
|
@ -77,6 +77,8 @@ class RotatedBox {
|
|||
const Point<T>& getCenter() const { return _center; }
|
||||
Point<T>& getCenter() { return _center; }
|
||||
|
||||
void setDegree(double deg) { _deg = deg; }
|
||||
|
||||
private:
|
||||
Box<T> _box;
|
||||
double _deg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue