10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-19 11:42:06 +02:00
QCaml/Utils/Point.mli

8 lines
57 B
OCaml

type t = {
x : float ;
y : float ;
z : float ;
}