Uses of Interface
physics.GeometryInterface

Packages that use GeometryInterface
physics   
 

Uses of GeometryInterface in physics
 

Classes in physics that implement GeometryInterface
 class GeometryCompare
          GeometryCompare is an implementation of the Geometry interface which composes two other concrete implementations and checks that they both have the same behavior.
 class GeometryImpl
          GeometryImpl is the default implementation of GeometryInterface.
 class GeometryReference
          GeometryReference is a reference implementation of GeometryInterface which can be used to check results from other implementations.
 class SimpleGeometry
          SimpleGeometry alters the behavior of GeometyImpl by removing the doughnut optimizations.
 

Methods in physics with parameters of type GeometryInterface
static void Geometry.setGeometry(GeometryInterface impl)
           
 

Constructors in physics with parameters of type GeometryInterface
GeometryCompare(GeometryInterface g1, GeometryInterface g2)