Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ GetLocalPoint
Method
GetLocalPoint
blocks/Box2D/src/Box2D/Dynamics/b2Body.h:560–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
}
559
560
inline b2Vec2 b2Body::GetLocalPoint(const b2Vec2& worldPoint) const
561
{
562
return b2MulT(m_xf, worldPoint);
563
}
564
565
inline b2Vec2 b2Body::GetLocalVector(const b2Vec2& worldVector) const
566
{
Callers
7
Initialize
Method · 0.80
Initialize
Method · 0.80
Initialize
Method · 0.80
Initialize
Method · 0.80
Initialize
Method · 0.80
Initialize
Method · 0.80
Initialize
Method · 0.80
Calls
1
b2MulT
Function · 0.85
Tested by
no test coverage detected