A point structure representing normal coordinates and the surface curvature estimate. More...
  #include <pcl/impl/point_types.hpp>
  
  
  
  
  
  
  
   
    
     
       | 
     
     
      | constexpr | 
      Normal (const _Normal &p) | 
     
     
     
      | constexpr | 
      Normal (float _curvature=0.f) | 
     
     
     
      | constexpr | 
      Normal (float n_x, float n_y, float n_z, float _curvature=0.f) | 
     
     
    
   
   
  
   
  
  
   A point structure representing normal coordinates and the surface curvature estimate.
   (SSE friendly)
   Definition at line 820 of file point_types.hpp.
   
   
  Normal() [1/3]
  
   
    
     
      
       
        
         
          
           
            | constexpr pcl::Normal::Normal | 
            ( | 
            const _Normal & | 
            p | 
            ) | 
             | 
            
          
           | 
        inlineconstexpr | 
       
      
     
     
    
   
    
  Normal() [2/3]
  
   
    
     
      
       
        
         
          
           
            | constexpr pcl::Normal::Normal | 
            ( | 
            float | 
            _curvature = 0.f | 
            ) | 
             | 
            
          
           | 
        inlineconstexpr | 
       
      
     
     
    
   
    
  Normal() [3/3]
  
   
    
     
      
       
        
         
          
           
            | constexpr pcl::Normal::Normal | 
            ( | 
            float | 
            n_x, | 
            
           
             | 
             | 
            float | 
            n_y, | 
            
           
             | 
             | 
            float | 
            n_z, | 
            
           
             | 
             | 
            float | 
            _curvature = 0.f | 
            
           
             | 
            ) | 
             | 
             | 
            
          
           | 
        inlineconstexpr | 
       
      
     
     
    
   
   
   
  operator<<
  
   
    
     
      
       
        
         
          
           
            | std::ostream& operator<< | 
            ( | 
            std::ostream & | 
            os, | 
            
           
             | 
             | 
            const Normal & | 
            p | 
            
           
             | 
            ) | 
             | 
             | 
            
          
           | 
        friend | 
       
      
     
     
    
   
   
   
  
The documentation for this struct was generated from the following file: