From cab00434202a8437fe11a526f1df9ea9991db21c Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 23 Sep 2024 09:32:50 -0400 Subject: design update. begin blog --- vex/index.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 vex/index.html (limited to 'vex/index.html') diff --git a/vex/index.html b/vex/index.html deleted file mode 100644 index bb9a205..0000000 --- a/vex/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - 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