public Vector2d Reflected(long axisX, long axisY) { Vector2d vec = this; vec.Reflect(axisX, axisY); return(vec); }