procedural_modelling 0.4.2

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 vec2;
mod vec3;
mod vec4;
mod quat;

pub use polygon::*;