Searched refs:preRotationMatrixLength (Results 1 – 1 of 1) sorted by relevance
167 int32_t preRotationMatrixLength = static_cast<int32_t>(preRotationMatrix.size()); in GetAngleModify() local173 if ((preRotationMatrixLength != FOUR_DIMENSIONAL_MATRIX_LENGTH) in GetAngleModify()174 && (preRotationMatrixLength != THREE_DIMENSIONAL_MATRIX_LENGTH)) { in GetAngleModify()182 int32_t prematrixDimension = ((preRotationMatrixLength == FOUR_DIMENSIONAL_MATRIX_LENGTH) in GetAngleModify()