wfmath  1.0.3
A math library for the Worldforge system.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NWF
 NMath
 CMatrix
 CRowVector
 NWFMathGeneric library namespace
 N_IOWrapper
 CBaseRead
 CBaseWrite
 CImplRead
 CImplWrite
 N_miniball
 CBasis
 CMiniball
 CWrapped_array
 CAtlasInType
 CAtlasOutType
 CAxisBoxA dim dimensional axis-aligned box
 CBallA dim dimensional ball
 CColinearVectorsAn error thrown by certain functions when passed parallel vectors
 CLineA dim dimensional line
 CLinePointData
 CMTRand
 Cnumeric_constants
 Cnumeric_constants< double >
 Cnumeric_constants< float >
 CParseErrorAn error thrown by operator>>() when it fails to parse wfmath types
 CPointA dim dimensional point
 CPoly2Orient
 CPoly2OrientIntersectData
 CPoly2Reorient
 CPolygonA polygon, all of whose points lie in a plane, embedded in dim dimensions
 CPolygon< 2 >The 2D specialization of the Polygon<> template
 CPolyReader
 CQuaternionA normalized quaternion
 CIdentity
 CRotBoxA dim dimensional box, lying at an arbitrary angle
 CRotMatrixA dim dimensional rotation matrix. Technically, a member of the group O(dim)
 CSegmentA line segment embedded in dim dimensions
 CShapeA fake class which documents the generic parts of the WFMath interface
 CTimeDiffThe difference between two timestamps
 CTimeStampA time stamp
 CVectorA dim dimensional vector
 CZeroPrimitiveUtility class for providing zero primitives. This class will only work with simple structures such as Vector or Point which provide a m_elem structure. In order for it to access the m_elem structure it must be declared as a friend class of the class it will provide an instance of