Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ setOriginAndAngles
Method
setOriginAndAngles
plugins/script/interfaces/CameraInterface.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void ScriptCameraView::setOriginAndAngles(const Vector3& newOrigin, const Vector3& newAngles)
34
{
35
_cameraView.setOriginAndAngles(newOrigin, newAngles);
36
}
37
38
const Vector3& ScriptCameraView::getRightVector() const
39
{
Callers
1
backSyncCamera
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected