bezier() 곡선은 제어점과 고정점을 이용하여 생성됩니다. bezier() 함수의 첫 두 매개변수는 곡선의 첫 번째 점을 지정하고, 마지막 두 매개변수는 마지막 점을 지정합니다. 중간 매개변수는 곡선 모양을 정의하는 제어점입니다.
베지어 곡선: Revised by Kasey Lichtlyter. Edited and maintained by p5.js Contributors and Processing Foundation. Licensed under CC BY-NC-SA 4.0.
You can find the code history of these examples here: 2023 code, pre-2023 code. You can suggest improvements by contributing to the current website!