rotateAxisAbout

open fun rotateAxisAbout(degrees: Double, axis: Vector3, about: Vector3): Transformation3d

Rotate about the given point (about) around the given axis.

Translate by -about, then rotate in the same way rotateAxis does, and finally translates back by about.