Ardillo\Point

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 coordinate
  • float $y: Y coordinate