SimplePointImplements Point Constructors new SimplePoint() tsnew SimplePoint(x, y): SimplePoint Parameters ParameterTypexnumberynumber Returns SimplePoint Properties x tsreadonly x: number; Implementation of Point.x y tsreadonly y: number; Implementation of Point.y