//! This crate is an implementation of SDFs (signed distance functions)
//!
//! You can combine, transform and develop complex SDFs and even add complete new ones to be
//! rendered with one of this libraries multiple renders.
use Vector;
/// Objects and tools that are useful for working with objects
/// Renderers and tools that are useful for working with renderers
/// A rectangular space from which points can be samples