void rotateAboutOrigin(double angle, {Vector3 axis = OUT}) { rotate(angle, axis: axis, aboutPoint: ORIGIN); }