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...
|
| unsafe | FastWindingNumber (MR._ByValue_FastWindingNumber _other) |
| | Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
| | FastWindingNumber (Const_FastWindingNumber _other) |
| | Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
| | FastWindingNumber (FastWindingNumber _other) |
| | Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
| unsafe | FastWindingNumber (MR.Const_Mesh mesh) |
| | constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
| unsafe void | calcFromVector (MR.Std.Vector_Float res, MR.Std.Const_Vector_MRVector3f points, float beta, MR.FaceId skipFace, MR.Std.Const_Function_Bool_From_Float cb) |
| | Generated from method MR.FastWindingNumber.calcFromVector.
|
| unsafe void | calcSelfIntersections (MR.FaceBitSet res, float beta, MR.Std.Const_Function_Bool_From_Float cb) |
| | Generated from method MR.FastWindingNumber.calcSelfIntersections.
|
| unsafe void | calcFromGrid (MR.Std.Vector_Float res, in MR.Vector3i dims, in MR.AffineXf3f gridToMeshXf, float beta, MR.Std.Const_Function_Bool_From_Float cb) |
| | Generated from method MR.FastWindingNumber.calcFromGrid.
|
| unsafe float | calcWithDistances (in MR.Vector3f p, MR.Const_DistanceToMeshOptions options) |
| | Generated from method MR.FastWindingNumber.calcWithDistances.
|
| unsafe void | calcFromGridWithDistances (MR.Std.Vector_Float res, in MR.Vector3i dims, in MR.AffineXf3f gridToMeshXf, MR.Const_DistanceToMeshOptions options, MR.Std.Const_Function_Bool_From_Float cb) |
| | Generated from method MR.FastWindingNumber.calcFromGridWithDistances.
|
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.