Home
last modified time | relevance | path

Searched defs:LimitAngle (Results 1 – 2 of 2) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/spherical/oned/
H A DLimitAngle.java27 public class LimitAngle implements Hyperplane<Sphere1D> { class
44 public LimitAngle(final S1Point location, final boolean direct, final double tolerance) { in LimitAngle() method in LimitAngle
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcommon_math.h114 inline double LimitAngle(double angle) in LimitAngle() function