Uses of Class
com.threerings.math.Frustum.IntersectionType

Packages that use Frustum.IntersectionType
com.threerings.math Model and animation configurations. 
 

Uses of Frustum.IntersectionType in com.threerings.math
 

Methods in com.threerings.math that return Frustum.IntersectionType
 Frustum.IntersectionType Frustum.getIntersectionType(Box box)
          Checks whether the frustum intersects the specified box.
static Frustum.IntersectionType Frustum.IntersectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Frustum.IntersectionType[] Frustum.IntersectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.