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

All Superinterfaces:
InfiniteShape, Shape
All Known Implementing Classes:
InfiniteEllipticCylinder, InfiniteRectangleCylinder, InfiniteRightCircularCylinder

public interface InfiniteCylinder
extends InfiniteShape

This interface extends the infinite shape for the particular cases of infinite cylinders.

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