module CL_LineMath:sig
..end
API documentation for the class CL_LineMath
typepointf =
CL_Pointf.t
val point_right_of_line : a:pointf -> b:pointf -> p:pointf -> float
val midpoint : a:pointf -> b:pointf -> pointf
val closest_point : p:pointf ->
a:pointf -> b:pointf -> pointf
val closest_point_relative : p:pointf -> a:pointf -> b:pointf -> float