From 49521ffe14ba735537e686441defc213a4d99883 Mon Sep 17 00:00:00 2001 From: FatalErr42O <58855799+FatalError42O@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:08:28 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bff9aeb..01bfc08 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Cirno's Perfect Math Library ==== ### Adapated 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) -also works if you disable mod security (DANGEROUS, NOT RECCOMENDED). +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.