Searched refs:pointInv (Results 1 – 1 of 1) sorted by relevance
102 VectorT pointInv = point; in rotationAboutPoint() local103 pointInv[0] *= -1; in rotationAboutPoint()104 pointInv[1] *= -1; in rotationAboutPoint()105 pointInv[2] *= -1; in rotationAboutPoint()106 return toMat4x4(translationMatrix(pointInv) * in rotationAboutPoint()