org.apache.commons.math3.geometry.euclidean.threed
Interface SolidShape

All Superinterfaces:
Shape
All Known Subinterfaces:
Cone, Cylinder, IEllipsoid
All Known Implementing Classes:
AbstractEllipse, Disk, Ellipse, Ellipsoid, EllipticCone, EllipticCylinder, Parallelepiped, Plate, RectangleCone, RightCircularCone, RightCircularCylinder, Sphere, SphericalCap, Spheroid

public interface SolidShape
extends Shape

Interface for all solids. The rectangles are considered to be solid shapes as they are not infinite.

Version:
$Id: SolidShape.java 3691 2012-03-16 08:15:40Z CardosoP $

Method Summary
 
Methods inherited from interface org.apache.commons.math3.geometry.euclidean.threed.Shape
closestPointTo, distanceTo, getIntersectionPoints, intersects
 



Copyright © 2017 CNES. All Rights Reserved.