GLOW API version 1.0 reference

Back to
Table of contents


class Math

General information

type: class
inherits: (none)
module: glowVectorAlgebra

Math provides several utility routines and constants for use by GLOW and GLOW's vector algebra functions

Most GLOW programs will not need to use Math directly; however, it may be useful for certain mathematical computations.

Constants

Angles

static const double pi

static const double twopi

static const double halfpi

static const double radiansToDegrees

static const double degreesToRadians


Back to
Table of contents


The GLOW Toolkit