Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ rotate
Method
rotate
extlibs/sfe/src/ComplexTransformable.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void ComplexTransformable::rotate(float angle)
139
{
140
setRotation(m_rotation + angle);
141
}
142
143
void ComplexTransformable::scale(float factorX, float factorY)
144
{
Callers
1
ComplexTransformable.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected