#include "MRMeshFwd.h"
Go to the source code of this file.
Namespaces | |
namespace | MR |
Enumerations | |
enum class | MR::SignDetectionMode { MR::Unsigned , MR::OpenVDB , MR::ProjectionNormal , MR::WindingRule , MR::HoleWindingRule } |
how to determine the sign of distances from a mesh More... | |
enum class | MR::SignDetectionModeShort { MR::Auto , MR::HoleWindingNumber , MR::ProjectionNormal } |
how to determine the sign of distances from a mesh, short version including auto-detection More... | |
Functions | |
MRMESH_API const char * | MR::asString (SignDetectionMode m) |
returns string representation of enum values | |