MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::MeshMeshSignedDistanceResult Struct Reference

#include <MRMesh/MRMeshMeshDistance.h>

Public Attributes

PointOnFace a
 two closest points: from meshes A and B respectively
PointOnFace b
MeshMeshCollisionStatus status { MeshMeshCollisionStatus::BothOutside }
 mutual status of two meshes
float signedDist = 0
 signed distance between a and b, positive if meshes do not collide

Member Data Documentation

◆ a

PointOnFace MR::MeshMeshSignedDistanceResult::a

two closest points: from meshes A and B respectively

◆ b

PointOnFace MR::MeshMeshSignedDistanceResult::b

◆ signedDist

float MR::MeshMeshSignedDistanceResult::signedDist = 0

signed distance between a and b, positive if meshes do not collide

◆ status

MeshMeshCollisionStatus MR::MeshMeshSignedDistanceResult::status { MeshMeshCollisionStatus::BothOutside }

mutual status of two meshes


The documentation for this struct was generated from the following file: