Module Clpr.Point64

2d points (int64)

type t

Construction / Conversion

val make : int64 -> int64 -> t
val of_tup : (int64 * int64) -> t
val to_tup : t -> int64 * int64

Access

val x : t -> int64
val y : t -> int64