PreviousUpNext

13.4.29  geometry2d_junk

The standard library geometry2d_junk package implements support functions for geometry2d api.

The geometry_2d package source code is in src/lib/std/2d/geometry2d-junk.pkg.

The above information is manually maintained and may contain errors.

api {
    box_to_string : geometry2d::Box -> String;
    boxes_to_string : (String , List(geometry2d::Box )) -> String;
    point_to_string : geometry2d::Point -> String;
    site_to_string : geometry2d::Window_Site -> String;
    size_to_string : geometry2d::Size -> String;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext