Package com.github.stephengold.joltjni
Class BroadPhaseBruteForce
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.NonCopyable
com.github.stephengold.joltjni.BroadPhaseQuery
com.github.stephengold.joltjni.BroadPhase
com.github.stephengold.joltjni.BroadPhaseBruteForce
- All Implemented Interfaces:
ConstBroadPhaseQuery
,ConstJoltPhysicsObject
,AutoCloseable
,Comparable<JoltPhysicsObject>
Unoptimized reference implementation of
BroadPhase
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.stephengold.joltjni.BroadPhase
addBodiesAbort, addBodiesAbort, addBodiesFinalize, addBodiesFinalize, addBodiesPrepare, addBodiesPrepare, init, notifyBodiesAabbChanged, notifyBodiesAabbChanged, optimize, removeBodies
Methods inherited from class com.github.stephengold.joltjni.BroadPhaseQuery
castAaBox, castAaBox, castAaBox, castRay, castRay, castRay, collideAaBox, collideAaBox, collideAaBox, collideOrientedBox, collideOrientedBox, collideOrientedBox, collidePoint, collidePoint, collidePoint, collideSphere, collideSphere, collideSphere, getSystem
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, getContainingObject, hasAssignedNativeObject, hashCode, isCleanerStarted, ownsNativeObject, setVirtualAddress, setVirtualAddress, startCleaner, targetVa, toString, va
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVa
-
Constructor Details
-
BroadPhaseBruteForce
public BroadPhaseBruteForce()Instantiate a default instance.
-