From 1af797b1d8f26a9b10f98ee43f1f1d3eaf3fce0d Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 20 Feb 2014 18:55:04 -0700 Subject: [PATCH] Making the readme more clear on the design direction of this lib. In the future I'll have a more advanced version utilizing platform specific enhancements, this will be in a different repo entirely. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f345ae..37e6c3f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ math ==== -C++ GameDev related math helpers. These helpers will be designed for ease of use. In a commercial engine they would be designed out differently. These are primarily 3D math helpers, and do not contain any physics related code, collision, etc. +C++ GameDev related math helpers. These helpers will be designed and written for ease of use, to be as simple as possible. In a commercial engine they would be designed out differently, and I would be utilizing architecture specific performance improvements (compiler intrinsics). These are primarily 3D math helpers, and do not contain any physics related code, collision, etc. Requirements -----------