The ID of the color of the stitch.
The x coordinate of the lower left corner of the square on the grid.
The y coordinate of the lower left corner of square on the grid.
The placement of the quarter stitch within the square on the grid.
The ID of the color of the stitch.
The placement of the quarter stitch within the square on the grid.
The x coordinate of the lower left corner of the square on the grid.
The y coordinate of the lower left corner of square on the grid.
Generated using TypeDoc
Model class representing a single quarter stitch in the pattern.
A quarter stitch spans a quarter of a space on the grid and can be located in either the
top-right,bottom-right,bottom-left, ortop-leftquadrant of a grid space as indicated by theplacementfield. A quarter stitch is a half stitch cut in half vertically. Therefore, one end of the quarter stitch is always in the center of a grid space, while the other extends to the corner indicated by theplacementvalue. This also means one coordinate will always be an integer, while the other will always be fractional.