includeMath.h 322 B

123456789101112131415
  1. // Header for including the most commonly needed parts of the math framework
  2. #include "FVector.h"
  3. #include "UVector.h"
  4. #include "IVector.h"
  5. #include "LVector.h"
  6. #include "IRect.h"
  7. #include "FMatrix2x2.h"
  8. #include "FMatrix3x3.h"
  9. #include "Transform3D.h"
  10. #include "FPlane3D.h"
  11. #include "scalar.h"
  12. #include "FixedPoint.h"