| Package | Description |
|---|---|
| org.bytedeco.liquidfun |
| Modifier and Type | Method and Description |
|---|---|
b2RayCastCallback |
b2RayCastCallback.getPointer(long i) |
b2RayCastCallback |
b2RayCastCallback.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
b2World.RayCast(b2RayCastCallback callback,
b2Vec2 point1,
b2Vec2 point2)
Ray-cast the world for all fixtures in the path of the ray.
|
void |
b2ParticleSystem.RayCast(b2RayCastCallback callback,
b2Vec2 point1,
b2Vec2 point2)
Ray-cast the particle system for all particles in the path of the ray.
|
Copyright © 2022. All rights reserved.