| 156 | } |
| 157 | |
| 158 | FreeFormDeformer::FreeFormDeformer( VertCoords& coords, const VertBitSet& valid ) : |
| 159 | coords_{ coords }, |
| 160 | validPoints_{ valid } |
| 161 | { |
| 162 | } |
| 163 | |
| 164 | FreeFormDeformer::FreeFormDeformer( Mesh& mesh, const VertBitSet* region ) |
| 165 | : coords_( mesh.points ) |
no outgoing calls
no test coverage detected