15 #ifndef PTA_LMATRIX4_H
16 #define PTA_LMATRIX4_H
18 #include "pandabase.h"
20 #include "pointerToArray.h"
64 #ifndef STDFLOAT_DOUBLE
65 typedef PTA_LMatrix4f PTA_LMatrix4;
68 typedef PTA_LMatrix4d PTA_LMatrix4;
69 typedef CPTA_LMatrix4d CPTA_LMatrix4;
70 #endif // STDFLOAT_DOUBLE
74 typedef PTA_LMatrix4 PTAMat4;
75 typedef CPTA_LMatrix4 CPTAMat4;
76 typedef PTA_LMatrix4d PTAMat4d;
77 typedef CPTA_LMatrix4d CPTAMat4d;
This is an "unaligned" LMatrix4.
This is the base class for PointerTo and ConstPointerTo.
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.
This is an "unaligned" LMatrix4.
This defines the object that is actually stored and reference-counted internally by a PointerToArray...
Similar to PointerToArray, except that its contents may not be modified.