|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RayCastInput | |
---|---|
org.jbox2d.callbacks | |
org.jbox2d.collision | |
org.jbox2d.collision.broadphase | |
org.jbox2d.collision.shapes | |
org.jbox2d.dynamics |
Uses of RayCastInput in org.jbox2d.callbacks |
---|
Methods in org.jbox2d.callbacks with parameters of type RayCastInput | |
---|---|
float |
TreeRayCastCallback.raycastCallback(RayCastInput input,
int nodeId)
|
Uses of RayCastInput in org.jbox2d.collision |
---|
Methods in org.jbox2d.collision with parameters of type RayCastInput | |
---|---|
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 |
RayCastInput.set(RayCastInput rci)
|
Uses of RayCastInput in org.jbox2d.collision.broadphase |
---|
Methods in org.jbox2d.collision.broadphase with parameters of type RayCastInput | |
---|---|
void |
DynamicTree.raycast(TreeRayCastCallback callback,
RayCastInput input)
|
void |
BroadPhaseStrategy.raycast(TreeRayCastCallback callback,
RayCastInput input)
Ray-cast against the proxies in the tree. |
void |
BroadPhase.raycast(TreeRayCastCallback callback,
RayCastInput input)
Ray-cast against the proxies in the tree. |
Uses of RayCastInput in org.jbox2d.collision.shapes |
---|
Methods in org.jbox2d.collision.shapes with parameters of type RayCastInput | |
---|---|
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 RayCastInput in org.jbox2d.dynamics |
---|
Methods in org.jbox2d.dynamics with parameters of type RayCastInput | |
---|---|
boolean |
Fixture.raycast(RayCastOutput output,
RayCastInput input,
int childIndex)
Cast a ray against this shape. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |