Point.prototype.getX = function getX() {
  this.normalize();
  return this.x.fromRed();
};