Pointer<Vector3C> rotateByAxisAngle(Pointer<Vector3C> axis, double angle) { ref.rotateByAxisAngle(axis.ref, angle); return this; }