Is it possible to draw a heart shape using the ellipse command and setting the diameter to a function of x?
1 Like
coding train just did this. subscribe if you haven’t it’s great.
2 Likes
Shameless self-promotion: you can also draw a heart using the curveVertex()
function:
1 Like
I am trying to draw this heart using the coding train video you suggested and substituting the formulas with the ones in the image, but it seems like the frequency of the corner/triangle thingies is too low…
and instead it looks like this
I’ve tried changing some coefficients in the formula and stuff but nothing seems to work, any ideas on how I could make it look like the original one?