Go to the source code of this file.
◆ INVSQRT2 [1/2]
      
        
          | #define INVSQRT2   0.707106781 | 
        
      
 
 
◆ INVSQRT2 [2/2]
      
        
          | #define INVSQRT2   0.707106781 | 
        
      
 
 
◆ push_cur
Value:    { if (n>=0 && n<ns && !pending[n] && \
  { curP[curPe++]=n; pending[n]=true; }}
 
Definition at line 383 of file navfn.cpp.
 
 
◆ push_next
Value:    { if (n>=0 && n<ns && !pending[n] && \
  { nextP[nextPe++]=n; pending[n]=true; }}
 
Definition at line 386 of file navfn.cpp.
 
 
◆ push_over
Value:    { if (n>=0 && n<ns && !pending[n] && \
  { overP[overPe++]=n; pending[n]=true; }}
 
Definition at line 389 of file navfn.cpp.