| 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. |