procedural_modelling 0.5.0

A framework-agnostic Procedural Modelling crate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Bevy/GLAM f32 implementation of the mathematical traits.

mod mat5;
mod polygon;
mod quat;
mod vec2;
mod vec3;
mod vec4;

pub use polygon::*;