From 43c3387293124e63e031bc5c168c53d07b6dbc63 Mon Sep 17 00:00:00 2001 From: FatalErr42O <58855799+FatalError42O@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:58:11 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09233dc..fcd4c43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Cirno's Perfect Math Library ==== -### Adapated for Minetest +### Adapted for Minetest For best memory performance: have luaJIT & it's FFI library (this should be built into luaJIT), and add MTUL-CPML to your trusted list (so it can `require()` call the FFI library). Various useful bits of game math. 3D line intersections, ray casting, 2d/3d vectors, 4x4 matrices, quaternions, etc.