SpatiumLib
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nspatium
 Ngeom2d
 CVector2Vector in 2D space
 Ngeom3d
 CEllipsoidEllipsoid geometry
 CGeometryAbstract Geometry class
 CGeoPoint3Point in 3D geographical space as homogeneous coordinates
 CMatrix4x44-by-4 matrix to represent and manipulate 3D transformations
 COblateSpheroidOblate spheroid geometry
 CPlanePlane geometry
 CPoint3Point in 3D Cartesian space as homogeneous coordinates
 CSphereSphere geometry
 CSpheroidSpheroid geometry
 CVector3Vector in 3D space
 Ngfx2d
 CBezierCurve2D Bezier curve
 CDrawing2D drawing functions
 Ngfx3d
 CCameraCamera object in a 3D scene
 CDirectionalLightLight source that emits light in one direction as parallel rays <> the position
 CLightLight scene object
 CMeshMesh object in a scene
 COrthographicCameraCamera with orthographic projection
 CPerspectiveCamera
 CPointLightLight source that emits light in all directions from a fixed point in space
 CRendererAbstract base class for renderers
 CRenderObjectScene object that can be rendered
 CScene3D scene
 CSceneObjectObject in a 3D scene
 CSpotLightLight source that emits a beam of light in one particular direction from a fixed point in space
 CTransformTranformation in 3D space
 CWireframeRendererWireframe renderer for meshes
 Nidx
 CBoundingBoxAxis-aligned bounding box (AABB) in D-dimensional space
 CBoundsBoundaries in D-dimensional space
 CGeometryGeometry in D-dimensional space
 COrientedBoundingBoxOriented bounding box in D-dimensional space
 CPointQuadtreeQuadtree spatial index for 2D points
 CPointQuadtreeNodeA node in a point quadtree (a quadrant)
 CStringTreeTree structure for strings. Usefull for debugging
 CStringTreeNodeA node in a string tree
 CTreeTree data structure
 CTreeIteratorIterator for a Tree
 CTreeNodeNode in a Tree
 Nimgproc
 CBlur
 CGlobalThreshold
 CGrayscaleColor image to grayscale
 CIImageFilterInterface class for all image filters
 CSobel
 CImageTemplated image container
 CImageIORead and write images
 CMatrixMathematical matrix with an arbitrary number number of rows and columns
 CPixelValueValue of an image pixel with arbitrary data type and channel count
 CPixelValue< T, 1 >Value of an image pixel with arbitrary data type and 1 channel
 CPixelValue< T, 3 >Value of an image pixel with arbitrary data type and 3 channels
 CPixelValue< T, 4 >Value of an image pixel with arbitrary data type and 4 channels
 CVectorVector in column-major order
 CGlobalThresholdFilterGlobal threshold image filter