Module Points.Point3

type t = {
  1. x : float;
  2. y : float;
  3. z : float;
}