| Package | Description |
|---|---|
| org.bimserver.database.queries | |
| org.bimserver.geometry.accellerator |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
Bounds.offset(int x,
int y,
int z) |
Bounds |
Bounds.scale(Bounds from,
Bounds to) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bounds.integrate(Bounds bounds) |
Bounds |
Bounds.scale(Bounds from,
Bounds to) |
boolean |
Bounds.within(Bounds bounds) |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
GeometryObject.getBounds() |
Bounds |
Node.getBounds() |
Bounds |
Node.getMinimumBounds() |
| Modifier and Type | Method and Description |
|---|---|
List<GeometryObject> |
Octree.query(Bounds queryBounds) |
void |
Node.query(List<GeometryObject> results,
Bounds bounds) |
| Constructor and Description |
|---|
GeometryObject(long oid,
org.eclipse.emf.ecore.EClass eClass,
long croid,
int saveableTriangles,
int triangles,
float density,
Bounds objectBounds) |
Node(Octree root,
Bounds bounds,
int level,
int parentId,
int localId,
int maxDepth) |
Octree(Bounds bounds,
int maxDepth) |
Copyright © 2019 OpenSource BIM. All rights reserved.