Package gizmoball.physics3d

Interface Summary
ZeroFinder.Function ZeroFinder.Function is an interface which specifies a function whose roots can be found by this class.
 

Class Summary
Angle Angle is an immutable abstract data type which represents the mathematical notion of an angle.
GameConstants  
Geometry3D The Geometry3D library contains procedural abstractions which are useful in modeling the physical interactions between various 3 dimensional objects.
LateralCylinder LateralCylinder represents the lateral part of a cylinder in 3 space
Line  
Plane  
PlaneCircle PlaneCircle represents a plane circle in 3 space
PlanePolygon PlanePolygon represents a plane polygon in 3 space
Sphere Sphere represents a sphere in 3 space
Torus Torus represents a torus in 3 space
Vect3 Vect3 represents a vector in 3 space
Vect3Pair Vect3Pair is a simple immutable record type representing a pair of Vect3s.
ZeroFinder