//! Sketch-like smooth corner / smooth frame 的 cubic Bezier 几何库。
//!
//! 低层类型 [`SmoothCorner`] 支持任意凸角;[`SmoothFrame`] 负责闭合凸多边形;
//! [`SmoothRect`] 只是矩形便捷封装。
pub use SmoothError;
pub use SmoothCorner;
pub use SmoothFrame;
pub use SmoothRect;
pub use ;
pub use ;
pub use SmoothCornerGeometry;
pub use ;