Assalamualaikum hi,
I’m working on a project (fyp) where:
1. I am generating the Peugeot 204 car using MATLAB.
2. I’m using Bézier and Wang-Ball curves for degrees 2, 3, and 4.
3. I already have the coding for all (each degree) these curves.
The problem I’m facing:
• I’m unsure how to determine the control points needed to accurately plot the car design.
• I need these points to compare the generated car for Bézier and Wang-Ball curves of different degrees.
Could you help me to find the point?