WFMath  1.0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NWFMathGeneric library namespace
 oCAxisBoxA dim dimensional axis-aligned box
 oCBallA dim dimensional ball
 oCColinearVectorsAn error thrown by certain functions when passed parallel vectors
 oCParseErrorAn error thrown by operator>>() when it fails to parse wfmath types
 oCLineA dim dimensional line
 oCPointA dim dimensional point
 oCPolygon< 2 >The 2D specialization of the Polygon<> template
 oCPolygonA polygon, all of whose points lie in a plane, embedded in dim dimensions
 oCQuaternionA normalized quaterion
 oCRotBoxA dim dimensional box, lying at an arbitrary angle
 oCRotMatrixA dim dimensional rotation matrix. Technically, a member of the group O(dim)
 oCSegmentA line segment embedded in dim dimensions
 oCTimeDiffThe difference between two timestamps
 oCTimeStampA time stamp
 oCVectorA dim dimensional vector
 oCZeroPrimitiveUtility 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
 \CShapeA fake class which documents the generic parts of the WFMath interface