#include <GU_WindingNumber.h>
|  | 
| void | init (const GA_Detail &mesh_geo, const GA_PrimitiveGroup *const prim_group, const int approx_order, const int axis0, const int axis1) | 
|  | 
| void | clear () | 
|  | 
| bool | isClear () const | 
|  | 
| double | eval (const UT_Vector2 &query_point, const double accuracy_scale, const bool as_angle=false, const bool negate=false) const | 
|  | 
| void | eval (const GEO_Detail *const query_points, const GA_SplittableRange &point_range, const GA_RWHandleF &winding_number_attrib, const double accuracy_scale, const bool as_angle=false, const bool negate=false) const | 
|  | 
Definition at line 99 of file GU_WindingNumber.h.
 
      
        
          | void GU_WindingNumber2DApprox::clear | ( |  | ) |  | 
      
 
 
      
        
          | double GU_WindingNumber2DApprox::eval | ( | const UT_Vector2 & | query_point, | 
        
          |  |  | const double | accuracy_scale, | 
        
          |  |  | const bool | as_angle = false, | 
        
          |  |  | const bool | negate = false | 
        
          |  | ) |  | const | 
      
 
 
      
        
          | void GU_WindingNumber2DApprox::eval | ( | const GEO_Detail *const | query_points, | 
        
          |  |  | const GA_SplittableRange & | point_range, | 
        
          |  |  | const GA_RWHandleF & | winding_number_attrib, | 
        
          |  |  | const double | accuracy_scale, | 
        
          |  |  | const bool | as_angle = false, | 
        
          |  |  | const bool | negate = false | 
        
          |  | ) |  | const | 
      
 
 
  
  | 
        
          | bool GU_WindingNumber2DApprox::isClear | ( |  | ) | const |  | inline | 
 
 
The documentation for this class was generated from the following file: