MeshLib C# Docs
Loading...
Searching...
No Matches
MRFastWindingNumber.cs File Reference

Classes

class  MR
 
class  MR.IFastWindingNumber
 Abstract class for fast approximate computation of generalized winding number for a mesh (using its AABB tree) Generated from class MR.IFastWindingNumber. Derived classes: Direct: (non-virtual) MR.FastWindingNumber This is the non-const half of the class. More...
 
class  MR.FastWindingNumber
 the class for fast approximate computation of winding number for a mesh (using its AABB tree) Note, this used to be [[nodiscard]], but GCC 12 doesn't understand both [[...]] and __attribute__(...) on the same class. A possible fix is to change MRMESH_CLASS globally to [[__gnu__.__visibility__("default")]]. Generated from class MR.FastWindingNumber. Base classes: Direct: (non-virtual) MR.IFastWindingNumber This is the non-const half of the class. More...
 
class  MR.IFastWindingNumberByParts
 Abstract class that complements IFastWindingNumber with chunked processing variants of its methods Generated from class MR.IFastWindingNumberByParts. This is the non-const half of the class. More...