Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ boundBox
Method
boundBox
source/game/interfaces/StarPhysicsEntity.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
RectF PhysicsMovingCollision::boundBox() const {
17
return collision.boundBox().translated(position);
18
}
19
20
void PhysicsMovingCollision::translate(Vec2F const& pos) {
21
position += pos;
Callers
7
render
Method · 0.45
loungeAnchor
Method · 0.45
init
Method · 0.45
addActorMovementCallbacks
Method · 0.45
entityQueryImpl
Function · 0.45
resolvePolyCollision
Method · 0.45
polyCollision
Method · 0.45
Calls
1
translated
Method · 0.45
Tested by
no test coverage detected