CodeBase - Using Hermite Splines
Return to the CodeBase listing
Category: 3D Maths
Version: 1.0
Information
Uploaded: 12th May 2004 14:13
Modified: 1st Jan 1970 01:00
Author: Hamish McHaggis
Summary
This is a demontration of how to use vector2 commands to create a smooth curve between 2D points, using hermite splines.
Full Description
This is a demontration of how to use vector2 commands to create a smooth curve between 2D points, using hermite splines. Hermite splines use 4 control points, but by stringing lots together you can get a long smooth curve between points.<br /> <br /> The same can be done with vector3, just use 3D coords not 2D ones.
Comments
No comments yet.