tiny.geometry.Overlap
Defined in tiny.geometry.
How many triangle indices an overlap query wrote, and whether those were all the triangles it touched.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/geometry/src/mesh.zig:164
zig
/// How many triangle indices an overlap query wrote, and whether those were/// all the triangles it touched. An incomplete answer holds the lowest/// indices that fit.pub const Overlap = struct { count: usize, complete: bool,};Source: lib/geometry/src/root.zig:25
zig
pub const Overlap = mesh.Overlap;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |