Sarek_geometry.Geometry_lib
type float32 = float
type point = {
x : float32;
y : float32;
}
val sarek_get_point_x : point -> float32
val sarek_get_point_y : point -> float32
val point_make_custom : unit -> point Spoc_core.Vector.custom_type
val point_custom : point Spoc_core.Vector.custom_type
module point_interp_helpers : sig ... end
val distance : point -> point -> float32