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

Method setPosition

src/Core/Scene/Camera.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 void Camera::setPosition(
19 const Transform::UnitVector& position, const Transform::Referential& ref)
20 {
21 Rect::setPosition(position, ref);
22 this->apply();
23 }
24
25 void Camera::move(const Transform::UnitVector& position)
26 {

Callers 10

LoadClassCameraFunction · 0.45
drawPointFunction · 0.45
drawPolygonFunction · 0.45
getRectMethod · 0.45
loadMethod · 0.45
updateTextAndGeometryMethod · 0.45
Text.cppFile · 0.45
updateGeometryMethod · 0.45
loadMethod · 0.45
drawMethod · 0.45

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected