From 0e4936772a3c33b3188664db8c08daae4916aa0c Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 20 Feb 2014 14:10:14 -0700 Subject: [PATCH] Minor change to readme. I want to stress these headers are not designed with commercial application in mind, they are designed for ease of use. Helper functions would not be member functions for starters, everything would be broken up. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0272999..8f345ae 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 a little 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 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. Requirements -----------