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

All Superinterfaces:
Shape, SolidShape
All Known Implementing Classes:
EllipticCone, RectangleCone, RightCircularCone

public interface Cone
extends SolidShape

This interface extends the solid shape for the particular case of cones.

Since:
1.0
Version:
$Id: Cone.java 17583 2017-05-10 13:05:10Z bignon $
Author:
Thomas Trapier
See Also:
Shape.distanceTo(Line), Shape.intersects(Line)

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



Copyright © 2017 CNES. All Rights Reserved.