UI\Point::__construct

(UI 0.9.9)

UI\Point::__constructConstruye un nuevo punto

Descripción

public UI\Point::__construct(float $x, float $y)

Construye un nuevo punto usando nuevas coordenadas

Parámetros

x

La nueva coordenada X

y

La nueva coordenada Y

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top