User-defined functions in Excel

Excel lets you create your own functions. If you wanted to create a function that returned the distance between two points (x1,y1) and (x2,y2), you can create a function DIST that takes these 4 parameters, and use it as shown below. To create such a function, press Alt-F11 to open the Visual Basic Editor insert a new module (Alt-I-M) type the following code: ...

NURBS introduction

A gentle introduction to NURBS. That’s Non-Uniform Rational B-Splines, or, “how to draw a curve on a computer”. Comments Dana Qi 1 Sep 2006 12:00 pm: Clear and brief for non-mathmatics student. Excellent job.