| 6 | { |
| 7 | |
| 8 | DenseBox::DenseBox( const std::vector<Vector3f>& points, const AffineXf3f* xf ) |
| 9 | { |
| 10 | init_( points, nullptr, xf ); |
| 11 | } |
| 12 | |
| 13 | DenseBox::DenseBox( const std::vector<Vector3f>& points, const std::vector<float>& weights, const AffineXf3f* xf ) |
| 14 | { |
no outgoing calls