Module core

Source
Expand description

A module contain the interfaces, utilities and data-structures that are shared by the other modules.

Modulesยง

base
Contains utilities, enums, constants and simple data structures that are used across the program.
color
This module handles the parsing and saving of colors in different formats.
format
Defines the interfaces for accessing and querying shapes.
geometry
Contains functions that are related to the geometry of shapes and their interaction. This includes things like intersection of shapes and length of vectors.
style
This module represents general shape style information.
utils
This is a collection of useful utilities.