Uses of Class
org.episteme.core.mathematics.geometry.curves.Parabola
Packages that use Parabola
-
Uses of Parabola in org.episteme.core.mathematics.geometry.curves
Methods in org.episteme.core.mathematics.geometry.curves that return ParabolaModifier and TypeMethodDescriptionstatic ParabolaParabola.fromFocusAndDirectrix(double focusX, double focusY, double directrixY) Creates a parabola from focus and directrix.