Package | Description |
---|---|
org.hipparchus.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
Modifier and Type | Method | Description |
---|---|---|
PolyhedronsSet |
PolyhedronsSet.buildNew(BSPTree<Euclidean3D> tree) |
Build a region using the instance as a prototype.
|
PolyhedronsSet |
PolyhedronsSet.rotate(Vector3D center,
Rotation rotation) |
Rotate the region around the specified point.
|
PolyhedronsSet |
PolyhedronsSet.translate(Vector3D translation) |
Translate the region by the specified amount.
|
PolyhedronsSet |
Plane.wholeSpace() |
Build a region covering the whole space.
|
Modifier and Type | Method | Description |
---|---|---|
Vector2D[][] |
OutlineExtractor.getOutline(PolyhedronsSet polyhedronsSet) |
Extract the outline of a polyhedrons set.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.