MCPcopy Create free account
hub / github.com/aardappel/lobster / QueryShapeAABB

Method QueryShapeAABB

dev/include/Box2D/Particle/b2ParticleSystem.cpp:4526–4533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4524}
4525
4526void b2ParticleSystem::QueryShapeAABB(b2QueryCallback* callback,
4527 const b2Shape& shape,
4528 const b2Transform& xf) const
4529{
4530 b2AABB aabb;
4531 shape.ComputeAABB(&aabb, xf, 0);
4532 QueryAABB(callback, aabb);
4533}
4534
4535void b2ParticleSystem::RayCast(b2RayCastCallback* callback,
4536 const b2Vec2& point1,

Callers

nothing calls this directly

Calls 1

ComputeAABBMethod · 0.45

Tested by

no test coverage detected