class point :Class of two-dimensional integral points.int -> int ->
object
..end
This is a class used to represent two-dimensional integral points.
Inherits
Example_ocamldoc.pair
A point is a pair.Example_ocamldoc.representable
And is moreover representable.method x : int
method y : int
method move : vector -> unit
v
: The vector by which to move the point.method string_representation : string