From 24c636fa1a3ce4ce88923b9159a5b0f0fe6d96e0 Mon Sep 17 00:00:00 2001 From: FatalErr42O <58855799+FatalError42O@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:53:21 -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 36e9064..5fc352b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Cirno's Perfect Math Library ==== -![Build Status](https://github.com/excessive/cpml/actions/workflows/runtest.yml/badge.svg) -[![Coverage Status](https://coveralls.io/repos/github/excessive/cpml/badge.svg?branch=master)](https://coveralls.io/github/excessive/cpml?branch=master) +Adapated for Minetest Various useful bits of game math. 3D line intersections, ray casting, 2d/3d vectors, 4x4 matrices, quaternions, etc.