Package | Description |
---|---|
org.jbox2d.collision | |
org.jbox2d.collision.shapes | |
org.jbox2d.dynamics |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
EdgeShape.raycast(RayCastOutput output,
RayCastInput input,
Transform xf,
int childIndex) |
boolean |
ChainShape.raycast(RayCastOutput output,
RayCastInput input,
Transform xf,
int childIndex) |
boolean |
PolygonShape.raycast(RayCastOutput output,
RayCastInput input,
Transform xf,
int childIndex) |
abstract boolean |
Shape.raycast(RayCastOutput output,
RayCastInput input,
Transform transform,
int childIndex)
Cast a ray against a child shape.
|
boolean |
CircleShape.raycast(RayCastOutput output,
RayCastInput input,
Transform transform,
int childIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
Fixture.raycast(RayCastOutput output,
RayCastInput input,
int childIndex)
Cast a ray against this shape.
|
Copyright © 2017. All Rights Reserved.