| Package | Description |
|---|---|
| org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
| Modifier and Type | Field and Description |
|---|---|
protected SidedPlane |
GeoDegenerateVerticalLine.bottomPlane
Bottom end cutoff plane
|
protected SidedPlane |
GeoDegenerateVerticalLine.boundingPlane
Back-side cutoff plane
|
protected SidedPlane |
GeoDegenerateVerticalLine.topPlane
Top end cutoff plane
|
| Modifier and Type | Method and Description |
|---|---|
static SidedPlane |
SidedPlane.constructNormalizedPerpendicularSidedPlane(Vector insidePoint,
Vector normalVector,
Vector point1,
Vector point2)
Construct a sided plane from two points and a third normal vector.
|
static SidedPlane |
SidedPlane.constructNormalizedThreePointSidedPlane(Vector insidePoint,
Vector point1,
Vector point2,
Vector point3)
Construct a sided plane from three points.
|
| Constructor and Description |
|---|
SidedPlane(SidedPlane sidedPlane)
Construct a SidedPlane identical to an existing one, but reversed.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.