CMU462 Library
1.0
15-462/15-662: Computer Graphics (Fall 2015)
|
▼NCMU462 | |
CColor | Encodes a color via additive red, green, and blue chanel values |
CComplex | Represents complex numbers as 2D vectors of their real and imaginary components |
CMatrix3x3 | Defines a 3x3 matrix |
CMatrix4x4 | Defines a 4x4 matrix |
COSDText | Provides an interface for text on-screen display |
CRenderer | Abstract renderer definition |
CSpectrum | Encodes radiance & irradiance values by the intensity of each visible spectrum |
CTimer | A basic timer class |
CVector2D | Defines 2D vectors |
CVector3D | Defines 3D vectors |
CVector4D | Defines 4D standard vectors |
CViewer | Provides OpenGL context, window display, and event handling routines |