MCPcopy 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
560inline b2Vec2 b2Body::GetLocalPoint(const b2Vec2& worldPoint) const
561{
562 return b2MulT(m_xf, worldPoint);
563}
564
565inline b2Vec2 b2Body::GetLocalVector(const b2Vec2& worldVector) const
566{

Callers 7

InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80

Calls 1

b2MulTFunction · 0.85

Tested by

no test coverage detected