Uses of Class
us.ihmc.utilities.math.geometry.Box3d.FaceName

Packages that use Box3d.FaceName
us.ihmc.utilities.math.geometry   
 

Uses of Box3d.FaceName in us.ihmc.utilities.math.geometry
 

Methods in us.ihmc.utilities.math.geometry that return Box3d.FaceName
static Box3d.FaceName Box3d.FaceName.get(boolean positive, Direction direction)
           
static Box3d.FaceName Box3d.FaceName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Box3d.FaceName[] Box3d.FaceName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in us.ihmc.utilities.math.geometry with parameters of type Box3d.FaceName
 void Box3d.computeVertices(javax.vecmath.Point3d[] verticesToPack, Box3d.FaceName faceName)
           
 FramePlane3d FrameBox3d.getFace(Box3d.FaceName faceName)
           
 Plane3d Box3d.getFace(Box3d.FaceName faceName)