From 345fefb339d8c2a357ea596fdda3629eff705fe1 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 22 Jun 2022 17:01:22 -0400 Subject: More respectful language --- vex/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vex/index.html (limited to 'vex/index.html') diff --git a/vex/index.html b/vex/index.html new file mode 100644 index 0000000..bb9a205 --- /dev/null +++ b/vex/index.html @@ -0,0 +1,33 @@ + + + + Vex (Multi-Dimension Vectors) + + + + +
+

Multi-Dimension Vectors

+
+ + + + +
+

Purpose

+

+ vex was designed to be a single header drop in for handling object positions. Therefore, the logic and structures are contained in a single C++ header file. +

+

Design

+

+ vectors of any dimension can be created by creating a class 'vec_dimd<T,D>' where T is a floating point or integral type, and D is an unsigned number greater than 1. +

+ There are two pre-defined vector types, vec2 and vec3, which can be defined using the same type restrictions stated above. +

+
+

+ LICENSE: MIT (c) 2022 Jon Santmyer (jon@jonsantmyer.com) +

+
+ + -- cgit v1.2.1