A point describes a discrete position in an infinite
two-dimensional plain. Points are used to describe positions when
communicating with
graphical objects.
Note that the coordinate system used by PCE deals both with negative and positive coordinates.
-x
<-copy,
object<-clone
and point->set.<-x
and point<-y
of both points are equal. See also
object->equal
and object->same_reference.<-x
and point<-y
value. When a value is omitted, 0 is used.<-x
and dy to point<-y.
See also point->plus.
|char_array -> point<-position
or a text of the form _<number>, <number>_. The latter is
discouraged (backward compatibility).
<-x
and point<-y.
The copy is created using the equivalent of the expression below.
?(P?class, instance, ?(P, slot, x), ?(P, slot, y))
See also point->copy.
<-x
and point<-y
obtained by subtracting the receiver's coordinates from the argument
(vector subtraction). See also
point<-distance
and point->minus.