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

All Superinterfaces:
InfiniteShape, Shape
All Known Implementing Classes:
InfiniteEllipticCone, InfiniteRectangleCone, InfiniteRightCircularCone

public interface InfiniteCone
extends InfiniteShape

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

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

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

Method Detail

getOrigin

Vector3D getOrigin()
Returns:
the origin


Copyright © 2017 CNES. All Rights Reserved.