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 3693 2012-03-16 08:18:46Z CardosoP $
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 © 2016 CNES. All Rights Reserved.