Ardillo\Point
On this page
Description
Ardillo base Point class.
Properties
Point::$x
X coordinate
- type:
float
- default:
0
Point::$y
Y coordinate
- type:
float
- default:
0
Methods
Point::__construct(float $x, float $y)
Creates a new Point instance
float $x
: X coordinatefloat $y
: Y coordinate