Enums§
- Point
Classification - Result of classifying a query point against a face’s trimmed boundary.
Functions§
- face_
contains - Classify
(u, v)againstface_id’s trimmed boundary (outer loop minus holes):PointClassification::OnVertex/PointClassification::OnCoedgeif the query point itself coincides with a vertex or lies on a coedge’s pcurve, elsePointClassification::Inside/PointClassification::Outsidevia ray casting in parameter space. - face_
interior_ point - A
(u, v)strictly insideface_id’s trimmed region. - face_
interior_ point_ where - Like
face_interior_point, but for a caller that needs a point with some further property: up to one interior point per outer coedge (stepped in from it, in loop order) is handed toaccept, and the first it accepts is returned.Ok(None)means interior points were found but none was accepted; an error, as forface_interior_point, that none was found. - loops_
contain - The same classification as
face_contains, but against an explicit set of loops rather than all of a face’s.