Package one.empty3.library.core.tribase
Class Spirale.SphereArray
- java.lang.Object
-
- one.empty3.library.core.tribase.Spirale.SphereArray
-
- Enclosing class:
- Spirale
public class Spirale.SphereArray extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SphereArray(Point3D pBas, Point3D pHaut, double R)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrent()
Spirale.Sphere[]
getSphere()
void
incrCurrent()
void
setCurrent(int current)
void
setSphere(Spirale.Sphere[] sphere)
Point3D
test(Point3D old, double deltaP3D)
-
-
-
Method Detail
-
getCurrent
public int getCurrent()
-
setCurrent
public void setCurrent(int current)
-
getSphere
public Spirale.Sphere[] getSphere()
-
setSphere
public void setSphere(Spirale.Sphere[] sphere)
-
incrCurrent
public void incrCurrent()
-
-