From 946dfc9a64266f93b47ece77bd58ade0b5acf4f7 Mon Sep 17 00:00:00 2001 From: thatcomputerguy0101 Date: Fri, 25 Oct 2024 14:27:16 -0400 Subject: [PATCH] Add `PlanarFOV` to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d247a7f3..870ce665 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The library provides: - rotation matrices: `Basis2`, `Basis3` - angle units: `Rad`, `Deg` - points: `Point2`, `Point3` -- perspective projections: `Perspective`, `PerspectiveFov`, `Ortho` +- perspective projections: `Perspective`, `PerspectiveFov`, `Ortho`, `PlanarFov` - spatial transformations: `AffineMatrix3`, `Transform3` Not all of the functionality has been implemented yet, and the existing code