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 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.