Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Terry Nguyen edited this page Jan 25, 2016 · 12 revisions

Welcome

You're reading the wiki for the tbytemath library! Please be advised that this math library is currently a work in progress and should not be used in programs in the production environment. If anything, this library serves as a learning tool for other students to look at and compare with their own work in hopes of improving their own code. Others are encouraged to contribute.

Due to the ever-changing nature of this math library, this wiki is intended only to support the latest official (pre)release as denoted by the releases page. To further clarify, this wiki is not intended to provide documentation on the constantly evolving interface that is growing in the develop branch of this math library.

Documentation

In the following, you'll find links with documentation explaining basic usage of each of the classes included in this math library.

Struct Description
Vector2 2D vector
Vector3 3D vector
Vector4 4D vector
Matrix3 3x3 matrix
Matrix4 4x4 matrix
--
Static Description
General Math Functions General useful math functions

Table of Contents

Structures

Vectors
Vector2
Vector3
Vector4

Matrices
Matrix3
Matrix4

Static Functions
General Math

Clone this wiki locally