minor rewrite

This commit is contained in:
Jorijn van der Graaf 2026-02-11 02:52:03 +01:00
commit 20ecd2ab9d
8 changed files with 173 additions and 279 deletions

View file

@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
export module Crafter.Math;
export import :BasicTypes;
export import :Basic;
export import :Vector;
export import :MatrixRowMajor;
export import :Misc;
export import :Ray;