Class: Point

Carrot.Point(xopt, yopt)

Carrot.Point

Constructor

new Point(xopt, yopt)

Creates a point.
Parameters:
Name Type Attributes Default Description
x integer <optional>
0
y integer <optional>
x
Source:

Methods

setTo(xopt, yopt)

Sets the point up.
Parameters:
Name Type Attributes Default Description
x integer <optional>
0
y integer <optional>
x
Source: