14 #ifndef PTA_LMATRIX4_H 15 #define PTA_LMATRIX4_H 57 #ifndef STDFLOAT_DOUBLE 58 typedef PTA_LMatrix4f PTA_LMatrix4;
61 typedef PTA_LMatrix4d PTA_LMatrix4;
63 #endif // STDFLOAT_DOUBLE 67 typedef PTA_LMatrix4 PTAMat4;
69 typedef PTA_LMatrix4d PTAMat4d;
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...
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< UnalignedLMatrix4f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
A pta of LMatrix4fs.
This is the base class for PointerToArray and ConstPointerToArray.
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.