GLOW API version 1.0 reference

Back to
Table of contents


module glowVectorAlgebra

General information

The glowVectorAlgebra module contains 3D vector and transform classes.

Classes

class Vec3f

A 3-vector of floats, suitable for representing a 3D point or delta.

class Mat4f

A 4x4 matrix of floats, suitable for representing a 3D linear transform

class Quatf

A quaternion of floats, suitable for representing a 3D rotation.

class Math

Several useful mathematical utilities and constants.

Back to
Table of contents


The GLOW Toolkit