|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.collision.dispatch.CollisionWorld.LocalRayResult
public static class CollisionWorld.LocalRayResult
Field Summary | |
---|---|
CollisionObject |
collisionObject
|
float |
hitFraction
|
javax.vecmath.Vector3f |
hitNormalLocal
|
CollisionWorld.LocalShapeInfo |
localShapeInfo
|
Constructor Summary | |
---|---|
CollisionWorld.LocalRayResult(CollisionObject collisionObject,
CollisionWorld.LocalShapeInfo localShapeInfo,
javax.vecmath.Vector3f hitNormalLocal,
float hitFraction)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public CollisionObject collisionObject
public CollisionWorld.LocalShapeInfo localShapeInfo
public final javax.vecmath.Vector3f hitNormalLocal
public float hitFraction
Constructor Detail |
---|
public CollisionWorld.LocalRayResult(CollisionObject collisionObject, CollisionWorld.LocalShapeInfo localShapeInfo, javax.vecmath.Vector3f hitNormalLocal, float hitFraction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |