Class GlobalPhotonMap.NearestPhotons

  • Enclosing class:
    GlobalPhotonMap

    private static class GlobalPhotonMap.NearestPhotons
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float[] dist2  
      (package private) int found  
      private boolean gotHeap  
      protected GlobalPhotonMap.Photon[] index  
      private int max  
      (package private) float px  
      (package private) float py  
      (package private) float pz  
    • Constructor Summary

      Constructors 
      Constructor Description
      NearestPhotons​(Point3 p, int n, float maxDist2)  
    • Field Detail

      • found

        int found
      • px

        float px
      • py

        float py
      • pz

        float pz
      • max

        private int max
      • gotHeap

        private boolean gotHeap
      • dist2

        protected float[] dist2
    • Constructor Detail

      • NearestPhotons

        NearestPhotons​(Point3 p,
                       int n,
                       float maxDist2)