Expand description
Deterministic admission of a proposed transform on an artefact (Phase 2).
The rail (RENDERER_IMPLEMENTATION_PLAN.md): deterministic prevention, no probabilistic guess.
Given an artefact’s bounding box and a proposed (motor, scale) transform, Admission::admit
returns the same verdict for the same inputs, every time — refusing a transform that would
contract the artefact below its material floor, or move it outside permitted world bounds.
“PGA geometry that refuses to contract on a bounding-box violation.”
Structs§
- Admission
- An admission policy for an artefact: how far it may be compressed, and where it may exist.
Enums§
- Refusal
- Why a transform was refused. Carries the offending measurement so the caller can report it.