14 #ifndef PTA_LMATRIX3_H 15 #define PTA_LMATRIX3_H 51 #ifndef STDFLOAT_DOUBLE 52 typedef PTA_LMatrix3f PTA_LMatrix3;
55 typedef PTA_LMatrix3d PTA_LMatrix3;
57 #endif // STDFLOAT_DOUBLE 61 typedef PTA_LMatrix3 PTAMat3;
63 typedef PTA_LMatrix3d PTAMat3d;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is the base class for PointerTo and ConstPointerTo.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A special kind of PointerTo that stores an array of the indicated element type, instead of a single e...
This is the base class for PointerToArray and ConstPointerToArray.
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LMatrix3f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
A pta of LMatrix3fs.
This defines the object that is actually stored and reference-counted internally by a PointerToArray.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Similar to PointerToArray, except that its contents may not be modified.