CodeBase - CatmullRom 2D and 3D Sample Code

Return to the CodeBase listing

Category: Math / Physics

Version: 1.0

0
0

Information

Uploaded: 3rd Sep 2003 17:54

Modified: 21st Oct 2003 15:18

Author:  ChipOne

Summary

This sample was created to test functionality in both 2D and 3D space and demonstrates simple use of the spline functions.

Full Description

CatmullRom Splines are great for curved paths and can be used to create great looking camera effects and such. They are also handy and used quite frequently in graphics applications for drawing and creating spline-based shapes. This code illustrates simple use of the supplied functions in both 2D and 3D.

Comments

No comments yet.