Lines Matching defs:DIMENSION
31 static constexpr int32_t DIMENSION = 4;
84 ACE_DCHECK((unsigned)row < DIMENSION);
85 ACE_DCHECK((unsigned)col < DIMENSION);
90 ACE_DCHECK((unsigned)row < DIMENSION);
91 ACE_DCHECK((unsigned)col < DIMENSION);
96 void MapScalars(const double src[DIMENSION], double dst[DIMENSION]) const;
97 inline void MapScalars(double vec[DIMENSION], int length = DIMENSION) const
99 if (length == DIMENSION) {
109 double matrix4x4_[DIMENSION][DIMENSION] = {
120 static constexpr int32_t DIMENSION = 4;
177 static constexpr int32_t DIMENSION = 4;