14 #ifndef PTA_LVECBASE3_H 15 #define PTA_LVECBASE3_H 66 #ifndef STDFLOAT_DOUBLE 67 typedef PTA_LVecBase3f PTA_LVecBase3;
70 typedef PTA_LVecBase3d PTA_LVecBase3;
72 #endif // STDFLOAT_DOUBLE 76 typedef PTA_LVecBase3f PTAVecBase3f;
78 typedef PTA_LVecBase3d PTAVecBase3d;
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LVecBase3f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
A pta of LVecBase3fs.
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.
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.