Skip to documentation
SLOP

tiny.geometry.Error

Reference tiny.geometry Error

Defined in tiny.geometry.

API (1)

Fields and members

Public fields and members.

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

Source

Source: lib/geometry/src/bvh.zig:48

zig
pub const Error = error{    /// The tree is deeper than a query stack holds. `build` never makes such    /// a tree, so this names a tree assembled some other way.    DepthExceeded,};

Source: lib/geometry/src/root.zig:33

zig
pub const Error = bvh.Error;

Audit

Definitions1
Public names1
Members1
Version26.7.0
Revisiondaab053ee433