Class: Point
Prev
Next

Class: Point

Represents a cartesian co-ordinate of the form (x,y).

Constructors:

Properties:

Point ( )

Creates a new point object with value (0.0, 0.0).

Point ( number x, number y )

  • number x - The X value.

  • number y - The Y value.

Creates a new point object with value (x, y).

number x

The value of the x co-ordinate.

number y

The value of the y co-ordinate.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team