| 14 | { |
| 15 | |
| 16 | FastWindingNumber::FastWindingNumber( const Mesh & mesh ) : |
| 17 | mesh_( mesh ), |
| 18 | tree_( mesh.getAABBTree() ), |
| 19 | dipoles_( mesh.getDipoles() ) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | inline float FastWindingNumber::calc_( const Vector3f & q, float beta, FaceId skipFace ) const |
| 24 | { |
no outgoing calls