Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ LocalScaleDelta
Method
LocalScaleDelta
include/RavEngine/Transform.hpp:207–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
inline void Transform::LocalScaleDelta(const vector3& delta) {
208
scale = (vector3)scale + delta;
209
}
210
211
inline vector3 Transform::GetLocalPosition()
212
{
Callers
1
TestWorld
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestWorld
Method · 0.64