You can press 'p' to show the points on the curves.
function keyPressed() { if (key === 'p') SHOW_POINTS = !SHOW_POINTS; }