#include <MRClosestWeightedPoint.h>
|
bool | valid () const |
| check for validity, otherwise there is no point closer than maxDistance
|
|
| operator bool () const |
|
|
MeshTriPoint | mtp |
| a point on mesh in barycentric representation
|
|
float | dist = 0 |
| the distance from input location to mtp considering point's weight
|
|
◆ operator bool()
MR::MeshPointAndDistance::operator bool |
( |
| ) |
const |
|
inlineexplicitnodiscard |
◆ valid()
bool MR::MeshPointAndDistance::valid |
( |
| ) |
const |
|
inlinenodiscard |
check for validity, otherwise there is no point closer than maxDistance
◆ dist
float MR::MeshPointAndDistance::dist = 0 |
the distance from input location to mtp considering point's weight
◆ mtp
a point on mesh in barycentric representation
The documentation for this struct was generated from the following file: