MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / scale

Method scale

src/Core/Transform/Rect.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void Rect::scale(const UnitVector& size, const Referential& ref)
220 {
221 const UnitVector savePosition = this->getPosition(ref);
222 m_size *= size;
223 this->setPosition(savePosition, ref);
224 }
225
226 UnitVector Rect::getSize() const
227 {

Callers

nothing calls this directly

Calls 2

getPositionMethod · 0.95
setPositionMethod · 0.95

Tested by

no test coverage detected