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

All Superinterfaces:
Shape, SolidShape
All Known Implementing Classes:
EllipticCylinder, RightCircularCylinder

public interface Cylinder
extends SolidShape

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

Since:
1.0
Version:
$Id: Cylinder.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.