MATH.PLANE_H (STRUCT; Prefix plane)
             
            
            
                
               
               
      (CAA_Mathematics.library)
    
               Defines a plane in the three dimensional space according to the normal form due to Hesse: 
 where  
 represents the normed normal vector of the plane.
               
                   
                  
                     
                        
                        
                        
                     
                     
                        
                           | 
                               
            lrNx
             
           
                            | 
                           
                               
            LREAL
           
                            | 
                           
                               
            x component of normal vector
           
                              
            (corresponds to   )
           
                            | 
                        
                        
                           | 
                               
            lrNy
             
           
                            | 
                           
                               
            LREAL
           
                            | 
                           
                               
            y component of normal vector
           
                              
             (corresponds to  )
           
                            | 
                        
                        
                           | 
                               
            lrNz
             
           
                            | 
                           
                               
            LREAL
           
                            | 
                           
                               
            z component of normal vector
           
                              
             (corresponds to  )
           
                            | 
                        
                        
                           | 
                               
            lrN
             
           
                            | 
                           
                               
            LREAL
           
                            | 
                           
                               
            distance to origin in consideration of  the orientation of the normal vector (corresponds to  )
           
                            |