| java.lang.Object javax.media.j3d.BHNode
All known Subclasses: javax.media.j3d.BHLeafNode, javax.media.j3d.BHInternalNode,
BHNode | abstract class BHNode (Code) | | |
BH_TYPE_INTERNAL | final static byte BH_TYPE_INTERNAL(Code) | | |
BH_TYPE_LEAF | final static byte BH_TYPE_LEAF(Code) | | |
NUMBER_OF_PLANES | final static int NUMBER_OF_PLANES(Code) | | |
debug | final static boolean debug(Code) | | |
debug2 | final static boolean debug2(Code) | | |
computeAverageLeafDepth | float computeAverageLeafDepth(int numberOfLeaves, int currentDepth)(Code) | | |
computeBoundingHull | abstract void computeBoundingHull()(Code) | | |
computeMaxDepth | int computeMaxDepth(int currentDepth)(Code) | | |
computeSumOfDepths | int computeSumOfDepths(int currentDepth)(Code) | | |
countNumberOfInternals | int countNumberOfInternals()(Code) | | |
countNumberOfLeaves | int countNumberOfLeaves()(Code) | | |
deleteAndUpdateMarkedNodes | BHNode deleteAndUpdateMarkedNodes()(Code) | | |
deleteFromParent | void deleteFromParent()(Code) | | |
destroyTree | abstract void destroyTree(BHNode[] bhArr, int[] index)(Code) | | |
updateMarkedBoundingHull | abstract void updateMarkedBoundingHull()(Code) | | |
|
|