Package one.empty3.library.core.extra
Interface ISpirale
-
- All Known Implementing Classes:
Spirale
public interface ISpirale
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addToScene(Scene sc)
Point3D
getObjectDeviation(Point3D position)
Point3D
getObjectDeviation(Point3D position, Point3D speed, Point3D rotation)
Point3D
getObjectRotation(Point3D position)
Point3D
getObjectRotation(Point3D position, Point3D speed, Point3D rotation)
void
rotate()
void
rotate(double deg)
-
-
-
Method Detail
-
addToScene
void addToScene(Scene sc)
-
rotate
void rotate()
-
rotate
void rotate(double deg)
-
-