Package | Description |
---|---|
simulation.geometry.elements |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
Triangle.getBoundingBox() |
BoundingBox |
SubstrateObject.getBoundingBox()
returns the oriented bounding box for the object.
|
BoundingBox |
MyelinatedCylinder.getBoundingBox()
returns the oriented bounding box for this object
|
BoundingBox |
FacetCylinder.getBoundingBox()
TODO: not implement.
|
BoundingBox |
BasicCylinder.getBoundingBox() |
static BoundingBox |
BoundingBox.getBoundingBoxFromTriangles(Triangle[] triangle)
constructs and returns the optimal bounding box for an array of
triangles.
|