MakeD.V
Signature of a 2d vector type to be used to represent points for the construction and destruction of Clipper2 path types
type t
2d vector type
val v : float -> float -> t
v x y conststructs a vector from x and y coordinates
v x y
x
y
val x : t -> float
x t obtains the x coordinate of the vector t
x t
t
val y : t -> float
y t obtains the y coordinate of the vector t
y t