Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let get_outline_contents outline =
- let oc = Ftlow.get_outline_contents outline.cont in
- { n_contours= oc.Ftlow.n_contours;
- n_points = oc.Ftlow.n_points;
- points =
- Array.map
- (fun x, y ->
- float_of_intfrac6 x, float_of_intfrac6 y)
- oc.Ftlow.points;
- tags = oc.Ftlow.tags;
- contours = oc.Ftlow.contours; };;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement