| Package | Description |
|---|---|
| org.bimserver.emf | |
| org.bimserver.geometry | |
| org.bimserver.models.geometry | |
| org.bimserver.models.geometry.impl | |
| org.bimserver.models.geometry.util |
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
GenerateGeometryResult.getMaxBounds() |
Vector3f |
GenerateGeometryResult.getMinBounds() |
| Constructor and Description |
|---|
AxisAlignedBoundingBox(Vector3f min,
Vector3f max) |
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
GeometryFactory.createVector3f()
Returns a new object of class 'Vector3f'.
|
Vector3f |
Bounds.getMax()
Returns the value of the 'Max' reference.
|
Vector3f |
Bounds.getMin()
Returns the value of the 'Min' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bounds.setMax(Vector3f value)
Sets the value of the '
Max' reference. |
void |
Bounds.setMin(Vector3f value)
Sets the value of the '
Min' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector3fImpl
An implementation of the model object 'Vector3f'.
|
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
GeometryFactoryImpl.createVector3f() |
Vector3f |
BoundsImpl.getMax() |
Vector3f |
BoundsImpl.getMin() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundsImpl.setMax(Vector3f newMax) |
void |
BoundsImpl.setMin(Vector3f newMin) |
| Modifier and Type | Method and Description |
|---|---|
T |
GeometrySwitch.caseVector3f(Vector3f object)
Returns the result of interpreting the object as an instance of 'Vector3f'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.