Uses of Class
org.vizzini.math.Ellipsoid

Packages that use Ellipsoid
org.vizzini.game.simulation Provides simulation classes for games in the game framework. 
org.vizzini.math Provides math classes for the game framework. 
 

Uses of Ellipsoid in org.vizzini.game.simulation
 

Methods in org.vizzini.game.simulation that return Ellipsoid
 Ellipsoid AbstractPhysicalObject.getBounds()
           
 Ellipsoid IPhysicalObject.getBounds()
          Return the bounds ellipsoid.
 

Methods in org.vizzini.game.simulation with parameters of type Ellipsoid
 void AbstractPhysicalObject.setBounds(Ellipsoid bounds)
           
 

Uses of Ellipsoid in org.vizzini.math
 

Methods in org.vizzini.math with parameters of type Ellipsoid
 Vector[] Ellipsoid.intersections(Ellipsoid other)
          Return the intersection point(s) of the given ellipsoid and this.
 boolean Ellipsoid.intersects(Ellipsoid other)
          Return true if the given ellipsoid intersects this.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02