#include <MRMeshProject.h>
|
| bool | valid () const |
| | check for validity, otherwise the projection was not found
|
| |
| | operator bool () const |
| |
|
| PointOnFace | proj |
| | the closest point on mesh, transformed by xf if it is given
|
| |
| MeshTriPoint | mtp |
| | its barycentric representation
|
| |
| float | distSq = 0 |
| | squared distance from original projected point to proj
|
| |
◆ operator bool()
| MR::MeshProjectionResult::operator bool |
( |
| ) |
const |
|
inlineexplicitnodiscard |
◆ valid()
| bool MR::MeshProjectionResult::valid |
( |
| ) |
const |
|
inlinenodiscard |
check for validity, otherwise the projection was not found
◆ distSq
| float MR::MeshProjectionResult::distSq = 0 |
squared distance from original projected point to proj
◆ mtp
its barycentric representation
◆ proj
the closest point on mesh, transformed by xf if it is given
The documentation for this struct was generated from the following file: