| 181 | } |
| 182 | |
| 183 | UnitVector Rect::getPosition(const Referential& ref) const |
| 184 | { |
| 185 | UnitVector getPosVec = m_position; |
| 186 | this->transformRef(getPosVec, ref, ConversionType::From); |
| 187 | return getPosVec; |
| 188 | } |
| 189 | |
| 190 | void Rect::setPosition(const UnitVector& position, const Referential& ref) |
| 191 | { |
no test coverage detected