@macawkit/structures
v0.2.0
Published
Simple structures for MacawKit projects
Downloads
2
Readme
Macaw Kit Structures
Common structures for Macaw Kit projects
About
This project provides utilities to be reused in Macaw Kit projects.
Classes:
Point
- Represents a point in 2D space.Size
- Represents a box size of and object of 2D space.Rect
- Represents a rectangle in 2D space with position and size.Color
- Represents a color.
Interfaces:
Structure
- A common interface for all structuresCoordinate
- An interface for coordinate related structures likeSize
andPoint