Package | Description |
---|---|
agi.foundation.geometry.discrete |
Contains types which define discretization algorithms and metadata for analysis of spatial geometry.
|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Method and Description |
---|---|
BoundingSphere |
TriangulatorResult.getBoundingSphere()
Gets the bounding sphere that encompasses the mesh.
|
BoundingSphere |
SurfaceTriangulatorResult.getBoundingSphere() |
BoundingSphere |
SolidTriangulatorResult.getBoundingSphere() |
BoundingSphere |
ExtrudedPolylineTriangulatorResult.getBoundingSphere() |
Modifier and Type | Method and Description |
---|---|
BoundingSphere |
VectorPrimitive.getBoundingSphere() |
BoundingSphere |
Primitive.getBoundingSphere()
Gets the bounding sphere that encompasses the primitive.
|
BoundingSphere |
KmlFeature.getBoundingSphere()
The bounding sphere encompassing the area associated with this feature.
|
BoundingSphere |
KmlDocument.getBoundingSphere()
The bounding sphere encompassing the area associated with this document.
|
BoundingSphere |
CompositePrimitive.getBoundingSphere() |
BoundingSphere |
AxesPrimitive.getBoundingSphere() |
Modifier and Type | Method and Description |
---|---|
void |
SolidPrimitive.set(Iterable<Cartesian> positions,
Iterable<Cartesian> normals,
Iterable<Integer> indices,
Iterable<Integer> outlineIndices,
WindingOrder windingOrder,
BoundingSphere boundingSphere,
boolean closed)
Defines the solid using the specified parameters.
|
void |
Primitive.setBoundingSphere(BoundingSphere value)
Sets the bounding sphere that encompasses the primitive.
|
Visibility |
Camera.visibilityTest(ReferenceFrame referenceFrame,
BoundingSphere sphere)
Gets the visibility of a sphere against the view frustum and any occluding central bodies.
|
Modifier and Type | Method and Description |
---|---|
static BoundingSphere |
BoundingSphere.getMaximumRadiusBoundingSphere()
Gets the bounding sphere of maximum possible radius.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BoundingSphere.equals(BoundingSphere left,
BoundingSphere right)
Returns
true if the two instances are exactly equal. |
boolean |
BoundingSphere.equalsEpsilon(BoundingSphere other,
double epsilon)
Indicates whether the center and radius of another instance of this type
is within the required tolerance of the corresponding center and radius value of this instance.
|
boolean |
BoundingSphere.equalsType(BoundingSphere other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
BoundingSphere.notEquals(BoundingSphere left,
BoundingSphere right)
Returns
true if the two instances are not exactly equal. |