Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val coordinates : t -> Position.t array
Convert the line into a position array
val v : Position.t array -> t
Create a line string from positions, will raise Invalid_argument
if the array doesn't have at least two positions.