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

Method scale

src/Core/Scene/Camera.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void Camera::scale(const double pScale, const Transform::Referential& ref)
42 {
43 this->setSize((m_size.y / 2) * pScale, ref);
44 this->apply();
45 }
46
47 /*void Camera::setAngle(double angle)
48 {

Callers 3

LoadClassCameraFunction · 0.45
LoadClassRectFunction · 0.45
moveToMethod · 0.45

Calls 2

setSizeMethod · 0.95
applyMethod · 0.95

Tested by

no test coverage detected