Uses of Interface
cz.fidentis.analyst.data.mesh.MeshTriangleBoundingBox
Packages that use MeshTriangleBoundingBox
Package
Description
K-d tree space partitioning structure.
cz.fidentis.analyst.mesh.impl
package includes Mesh implementation classes that
are not visible to classes of other modules.-
Uses of MeshTriangleBoundingBox in cz.fidentis.analyst.data.kdtree
Methods in cz.fidentis.analyst.data.kdtree that return types with arguments of type MeshTriangleBoundingBoxModifier and TypeMethodDescriptionTriangleKdNode.getTriangleBoundingBoxes()
Gets triangles with their bounding boxes stored in this node if it is a leaf node. -
Uses of MeshTriangleBoundingBox in cz.fidentis.analyst.data.kdtree.impl
Methods in cz.fidentis.analyst.data.kdtree.impl that return types with arguments of type MeshTriangleBoundingBoxModifier and TypeMethodDescriptionTriangleKdNodeImpl.getTriangleBoundingBoxes()
Gets triangles with their bounding boxes.Constructor parameters in cz.fidentis.analyst.data.kdtree.impl with type arguments of type MeshTriangleBoundingBoxModifierConstructorDescriptionTriangleKdNodeImpl
(List<MeshTriangleBoundingBox> triangles, int depth, TriangleKdNode parent) Leaf constructor. -
Uses of MeshTriangleBoundingBox in cz.fidentis.analyst.data.mesh.impl
Classes in cz.fidentis.analyst.data.mesh.impl that implement MeshTriangleBoundingBoxModifier and TypeClassDescriptionclass
Calculations of a triangle's axis-aligned bounding-box.