11  double Lambert::PhotoModelAlgorithm(
double phase, 
double incidence,
 
   13    static double pht_lambert;
 
   17    static double old_phase = -9999;
 
   18    static double old_incidence = -9999;
 
   19    static double old_emission= -9999;
 
   21    if (old_phase == phase && old_incidence == incidence && old_emission == emission) {
 
   26    old_incidence = incidence;
 
   27    old_emission = emission;
 
   29    incrad = incidence * 
Isis::PI / 180.0;
 
   32    if(munot <= 0.0 || incidence == 90.0) {
 
Container for cube-like labels.
This is free and unencumbered software released into the public domain.
const double PI
The mathematical constant PI.