| 156 | } |
| 157 | |
| 158 | MeshEdgePoint Mesh::toEdgePoint( VertId v ) const |
| 159 | { |
| 160 | return MeshEdgePoint( topology, v ); |
| 161 | } |
| 162 | |
| 163 | bool Mesh::isOutsideByProjNorm( const Vector3f & pt, const MeshProjectionResult & proj, const FaceBitSet * region ) const |
| 164 | { |
no outgoing calls
no test coverage detected