PrimMesher: implement profile, path, and extrusion geometry #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement Coord/Quat compatibility plus profiles, paths, faces, and linear/circular extrusion.
Deliverables
Validation
Prerequisite
Types and StructuredData are implemented and the global API/test gates are complete.
Project constraints
Implemented and pushed in commit
5b3950c.Implementation:
Verification:
Post-implementation review found no production placeholders, panic paths, or unchecked unwrap/expect calls in the native mesher. Every emitted face is range-checked and every emitted coordinate/normal is checked for finiteness.