Fill a polygon with hachure lines using the AET scan-line algorithm
hachure_fill(
px,
py,
hachure_gap = 0.1,
hachure_angle = 45,
roughness = 0,
bowing = 0,
seed = NULL
)A list of 2-column (x, y) matrices, one per fill line (roughened if roughness > 0, otherwise two-point straight segments).
Polygon vertex coordinates in inch space. May be open or closed.
Spacing between fill lines (inches). Default 0.1.
Fill angle (degrees). Default 45.
Roughness applied to each fill line. Default 0 (straight).
Bowing applied to each fill line. Default 0.
Integer seed.
Other sketch-core:
arrowhead(),
curve_fill(),
engrave_fill(),
engrave_ladder(),
hachure_fill_multi(),
leader_path(),
repel_layout(),
rough_arc(),
rough_bezier(),
rough_ellipse(),
roughen_polyline(),
sketch_arrowheads(),
sketch_fill(),
sketch_fill_multi(),
spray_scatter(),
stroke_profile(),
stroke_ribbon(),
treemap_layout(),
wash_bleed(),
watercolor_wash(),
watercolor_wash_multi()