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