Class FibonacciSphere


  • public class FibonacciSphere
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double SQRT_FIVE  
      static double TWO_PI  
    • Constructor Summary

      Constructors 
      Constructor Description
      FibonacciSphere()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<SphericalCoordinate> calc​(int num_pts)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SQRT_FIVE

        public static final double SQRT_FIVE
    • Constructor Detail

      • FibonacciSphere

        public FibonacciSphere()