View Javadoc

1   /**
2    * 
3    */
4   
5   package math.geom3d.curve;
6   
7   /**
8    * @author dlegland
9    */
10  public interface ContinuousCurve3D extends Curve3D {
11  
12  }