JansenFelipe\OMR\Maps\MapJson::bottomRight PHP 메소드

bottomRight() 공개 메소드

Most point to the bottom/left
public bottomRight ( ) : Point
리턴 JansenFelipe\OMR\Point
    public function bottomRight()
    {
        $bottomRight = $this->limits['bottomRight'];
        return new Point($bottomRight['x'], $bottomRight['y']);
    }