From c56577a8896e8ed8e4ee61c194180c3af2c5fc72 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Fri, 20 Sep 2013 16:45:51 +1000 Subject: [PATCH] Update Readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8d383a..dc316d9 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,14 @@ The library provides: - rotation matrices: `Rot2`, `Rot3` - rotations: `Euler`, `AxisAngle` - angle units: `Rad`, `Deg` -- points: `Point2`, `Point3`, `Point4` +- points: `Point2`, `Point3` - rays: `Ray2`, `Ray3` - plane: `Plane` - perspective projections: `Perspective`, `PerspectiveFov`, `Ortho` -- a view frustum: `Frustrum`, +- a view frustum: `Frustrum` - axis-aligned bounding boxes: `Aabb2`, `Aabb3` - oriented bounding boxes: `Obb2`, `Obb3` - collision primitives: `Sphere`, `Cylinder` -- and more to come...? Not all of the functionality has been implemented yet, and the existing code is not fully covered by the testsuite. If you encounter any mistakes or