| Package | Description |
|---|---|
| org.bytedeco.liquidfun |
| Modifier and Type | Method and Description |
|---|---|
b2QueryCallback |
b2QueryCallback.getPointer(long i) |
b2QueryCallback |
b2QueryCallback.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
b2World.QueryAABB(b2QueryCallback callback,
b2AABB aabb)
Query the world for all fixtures that potentially overlap the
provided AABB.
|
void |
b2ParticleSystem.QueryAABB(b2QueryCallback callback,
b2AABB aabb)
Query the particle system for all particles that potentially overlap
the provided AABB.
|
void |
b2World.QueryShapeAABB(b2QueryCallback callback,
b2Shape shape,
b2Transform xf)
Query the world for all fixtures that potentially overlap the
provided shape's AABB.
|
void |
b2ParticleSystem.QueryShapeAABB(b2QueryCallback callback,
b2Shape shape,
b2Transform xf)
Query the particle system for all particles that potentially overlap
the provided shape's AABB.
|
Copyright © 2022. All rights reserved.