14#ifndef PTA_LVECBASE2_H
15#define PTA_LVECBASE2_H
66#ifndef STDFLOAT_DOUBLE
67typedef PTA_LVecBase2f PTA_LVecBase2;
70typedef PTA_LVecBase2d PTA_LVecBase2;
76typedef PTA_LVecBase2f PTAVecBase2f;
78typedef PTA_LVecBase2d PTAVecBase2d;
Similar to PointerToArray, except that its contents may not be modified.
This is the base class for PointerToArray and ConstPointerToArray.
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 PointerTo and ConstPointerTo.
This defines the object that is actually stored and reference-counted internally by a PointerToArray.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LVecBase2f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
A pta of LVecBase2fs.