|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RayCastOutput | |
---|---|
org.jbox2d.collision | |
org.jbox2d.collision.shapes | |
org.jbox2d.dynamics |
Uses of RayCastOutput in org.jbox2d.collision |
---|
Methods in org.jbox2d.collision with parameters of type RayCastOutput | |
---|---|
boolean |
AABB.raycast(RayCastOutput output,
RayCastInput input)
Deprecated. please use AABB.raycast(RayCastOutput, RayCastInput, IWorldPool) for better
performance |
boolean |
AABB.raycast(RayCastOutput output,
RayCastInput input,
IWorldPool argPool)
From Real-time Collision Detection, p179. |
void |
RayCastOutput.set(RayCastOutput rco)
|
Uses of RayCastOutput in org.jbox2d.collision.shapes |
---|
Methods in org.jbox2d.collision.shapes with parameters of type RayCastOutput | |
---|---|
abstract boolean |
Shape.raycast(RayCastOutput output,
RayCastInput input,
Transform transform,
int childIndex)
Cast a ray against a child shape. |
boolean |
PolygonShape.raycast(RayCastOutput output,
RayCastInput input,
Transform xf,
int childIndex)
|
boolean |
EdgeShape.raycast(RayCastOutput output,
RayCastInput input,
Transform xf,
int childIndex)
|
boolean |
CircleShape.raycast(RayCastOutput output,
RayCastInput input,
Transform transform,
int childIndex)
|
boolean |
ChainShape.raycast(RayCastOutput output,
RayCastInput input,
Transform xf,
int childIndex)
|
Uses of RayCastOutput in org.jbox2d.dynamics |
---|
Methods in org.jbox2d.dynamics with parameters of type RayCastOutput | |
---|---|
boolean |
Fixture.raycast(RayCastOutput output,
RayCastInput input,
int childIndex)
Cast a ray against this shape. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |