-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
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 |