Point.prototype.getY = function getY() {
  this.normalize();
  return this.y.fromRed();
};