psychopath/src/parse
Nathan Vegdahl e0ee0d6dff Change to using a dedicated affine transform type.
This lets certain operations, especially matrix inversion, be
quite a bit faster.  And we don't need anything beyond affine
transformations anyway.
2021-05-14 13:30:28 -07:00
..
basics.rs Added parser for signed integers. 2019-11-23 10:41:19 +09:00
data_tree.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
mod.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
psy_assembly.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
psy_light.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
psy_mesh_surface.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
psy_surface_shader.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
psy.rs Change to using a dedicated affine transform type. 2021-05-14 13:30:28 -07:00