Files Class List
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncy
 CAlphaDistributionAn implementation of alpha distribution methods. This implementation only works for textures with 8-bit channels
 CBVHBounding Volume Hierarchy class
 CColorRGB color class with 3 float components
 CColor2424-bit RGB color class with 3 unsigned byte components
 CColor3232-bit RGBA color class with 4 unsigned byte components
 CColorARGBA color class with 4 float components
 CGLGeneral OpenGL queries
 CGLDebugCallbackOpenGL debug callback class
 CGLRenderBufferOpenGL render buffer
 CGLRenderDepthOpenGL render depth buffer
 CGLRenderTextureOpenGL render color buffer
 CGLRenderTextureCubeBaseOpenGL render buffer with a cube map texture
 CGLSLProgramGLSL program class
 CParam
 CGLSLShaderGLSL shader class
 CGLTextureOpenGL texture base class
 CGLTexture1OpenGL 1D texture class
 CGLTexture2OpenGL 2D texture class
 CGLTexture3OpenGL 3D texture class
 CGLTextureCubeMapOpenGL cube map texture class
 CHairFileHAIR file class
 CHeaderHair file header
 CHeapA general-purpose heap structure that allows random access and updates
 CIVecA general class for N-dimensional integer vectors
 CIVec22D integer vector class
 CIVec33D integer vector class
 CIVec44D integer vector class
 CLightingGridHierarchyAn implementation of the Lighting Grid Hierarchy method
 CMatrix22x2 matrix class
 CMatrix33x3 matrix class
 CMatrix343x4 matrix class
 CMatrix44x4 matrix class
 CPointCloudA point cloud class that uses a k-d tree for storing points
 CPointInfoUsed by one of the PointCloud::GetPoints() methods
 CPolynomialA general-purpose polynomial class
 CQuatQuaternion class
 CRootFinderNewtonNumerical root finder using safe Newton iterations
 CTimerSimple stopwatch class
 CTimerCPUA stopwatch class that measures the CPU time of the current process
 CTimerStatsStopwatch class with statistics
 CTriMeshTriangular Mesh Class
 CMtlMaterial definition
 CStrSimple character string
 CTriFaceTriangular Mesh Face
 CVecA general class for N-dimensional vectors
 CVec22D vector class
 CVec33D vector class
 CVec44D vector class
 CWeightedSampleEliminationAn implementation of the weighted sample elimination method