Skip to documentation
SLOP

tiny.geometry.Overlap

Reference 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.

No direct callersNo direct callstiny.geometryOverlap
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names1
Members2
Version26.7.0
Revisiondaab053ee433