Curves

Author: Tyler Johnston
Script: app.js
Tools: JavaScript HTML Canvas 2D GL Matrix
Date Posted: 01/06/2022

Project Description:

Note: From this point on in the course, I became more dependent on class examples, and my understanding of material weakened. An unfortunate byproduct of a busy post-midterm semester.

My curves project is heavily reliant upon the groundwork setup this lecture example.

I added a third curve to our piecewise function and closed the loop.

I added animation of the objects that are drawn along the respective curve trajectories.

I utilized Hermite Cubics to attain C1 continuity.

The nested closed-loop curves were my attempt to add a small amount of flavor.