Package | Description |
---|---|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Modifier and Type | Method and Description |
---|---|
static XYZSolid |
XYZSolidFactory.makeXYZSolid(PlanetModel planetModel,
XYZBounds bounds)
Create a XYZSolid of the right kind given (x,y,z) bounds.
|
void |
Plane.recordBounds(PlanetModel planetModel,
XYZBounds boundsInfo,
Membership... bounds)
Accumulate (x,y,z) bounds information for this plane, intersected with the unit sphere.
|
void |
Plane.recordBounds(PlanetModel planetModel,
XYZBounds boundsInfo,
Plane p,
Membership... bounds)
Accumulate (x,y,z) bounds information for this plane, intersected with another and the
world.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.