CompaqDisc / libtransform

A general-purpose vector mathematics library suggested for use in 3D applications and games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libtransform

A general-purpose vector mathematics library suggested for use in 3D applications and games.

GitHub Repo stars SourceHut Repo

Class List

  • Vector2<T>
  • Vector3<T>
  • Vector4<T>
  • Matrix2<T>
  • Matrix3<T>
  • Matrix4<T>
  • Quaternion<T>

Vector Operations

Utility

zero, set, normalize

Math

mag, sum, dot, project, reject, cross, abs

Operators

assignment, index, unary negation, scalar multiply, scalar divide, addition, subtraction, element multiply, element divide

Comparison

equality

Extra

ptr

About

A general-purpose vector mathematics library suggested for use in 3D applications and games.

License:MIT License


Languages

Language:C++ 95.1%Language:Lua 4.3%Language:Shell 0.6%