15 #ifndef PTA_LVECBASE2_H
16 #define PTA_LVECBASE2_H
18 #include "pandabase.h"
20 #include "pointerToArray.h"
73 #ifndef STDFLOAT_DOUBLE
74 typedef PTA_LVecBase2f PTA_LVecBase2;
77 typedef PTA_LVecBase2d PTA_LVecBase2;
78 typedef CPTA_LVecBase2d CPTA_LVecBase2;
79 #endif // STDFLOAT_DOUBLE
83 typedef PTA_LVecBase2f PTAVecBase2f;
84 typedef CPTA_LVecBase2f CPTAVecBase2f;
85 typedef PTA_LVecBase2d PTAVecBase2d;
86 typedef CPTA_LVecBase2d CPTAVecBase2d;
This is the base class for all two-component vectors and points.
This is the base class for PointerTo and ConstPointerTo.
This is the base class for all two-component vectors and points.
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 the base class for all two-component vectors and points.
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.