MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / isOutsideByProjNorm

Method isOutsideByProjNorm

source/MRMesh/MRMesh.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163bool Mesh::isOutsideByProjNorm( const Vector3f & pt, const MeshProjectionResult & proj, const FaceBitSet * region ) const
164{
165 return dot( proj.proj.point - pt, pseudonormal( proj.mtp, region ) ) <= 0;
166}
167
168Plane3f Mesh::getPlane3f( FaceId f ) const
169{

Callers 3

findCollisionStatusFunction · 0.80
classifyShellVertFunction · 0.80
signedDistanceToMeshFunction · 0.80

Calls 2

pseudonormalFunction · 0.85
dotFunction · 0.70

Tested by

no test coverage detected