15 #ifndef PTA_LMATRIX3_H 16 #define PTA_LMATRIX3_H 18 #include "pandabase.h" 20 #include "pointerToArray.h" 56 #ifndef STDFLOAT_DOUBLE 57 typedef PTA_LMatrix3f PTA_LMatrix3;
58 typedef CPTA_LMatrix3f CPTA_LMatrix3;
60 typedef PTA_LMatrix3d PTA_LMatrix3;
61 typedef CPTA_LMatrix3d CPTA_LMatrix3;
62 #endif // STDFLOAT_DOUBLE 66 typedef PTA_LMatrix3 PTAMat3;
67 typedef CPTA_LMatrix3 CPTAMat3;
68 typedef PTA_LMatrix3d PTAMat3d;
69 typedef CPTA_LMatrix3d CPTAMat3d;
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 a 3-by-3 transform matrix.
This is the base class for PointerToArray and ConstPointerToArray.
This is a 3-by-3 transform matrix.
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.