15 #ifndef PTA_LVECBASE4_H
16 #define PTA_LVECBASE4_H
18 #include "pandabase.h"
20 #include "pointerToArray.h"
85 #ifndef STDFLOAT_DOUBLE
86 typedef PTA_LVecBase4f PTA_LVecBase4;
89 typedef PTA_LVecBase4d PTA_LVecBase4;
90 typedef CPTA_LVecBase4d CPTA_LVecBase4;
91 #endif // STDFLOAT_DOUBLE
95 typedef PTA_LVecBase4f PTAVecBase4f;
96 typedef CPTA_LVecBase4f CPTAVecBase4f;
97 typedef PTA_LVecBase4d PTAVecBase4d;
98 typedef CPTA_LVecBase4d CPTAVecBase4d;
This is the base class for PointerTo and ConstPointerTo.
This is an "unaligned" LVecBase4.
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" LVecBase4.
This is an "unaligned" LVecBase4.
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.