Skip to main content

Module path

Module path 

Source
Expand description

Public façade for path types + boolean ops (M-BOOL track).

The implementation lives under crate::scene::path; this module re-exports the surface so external consumers write use wisp::path::{Path, PathBuilder} and use wisp::path::boolean — matching the M-BOOL ticket spec without leaking the internal scene::* module layout.

Re-exports§

pub use crate::scene::path::boolean;
pub use crate::scene::path::Path;
pub use crate::scene::path::PathBuilder;
pub use crate::scene::path::PathCommand;