R/main.R
arrow_head_trefoil.Rd
Make trefoil arrowhead
arrow_head_trefoil( rotate = 0, rescale = c(1, 1), nudge = c(0, 0), transformations = c("unitizer", "rotater", "rescaler", "nudger"), n = 361, plot = FALSE )
rotation angle in radians
a single value or 2-length vector for scaling in x and y
a single value or 2-length vector for nudging in x and y
a vector of transformation functions
number of points in polygon
plot arrowhead if TRUE
a matrix
trefoil <- arrow_head_trefoil(plot = TRUE)