#include <MRFeatures.h>
Inheritance diagram for MR::Features::MeasureResult::Distance:Public Member Functions | |
| Vector3f | closestPointFor (bool b) const |
| float | distanceAlongAxis (int i) const |
| float | distanceAlongAxisAbs (int i) const |
Public Member Functions inherited from MR::Features::MeasureResult::BasicPart | |
| operator bool () const | |
Public Attributes | |
| float | distance = 0 |
| This is a separate field because it can be negative. | |
| Vector3f | closestPointA |
| Vector3f | closestPointB |
Public Attributes inherited from MR::Features::MeasureResult::BasicPart | |
| Status | status = Status::notImplemented |