Welcome to Tsunami Channel
Menu
Comic Strips
02/01 Program #1
02/02 Program #2
02/03 Program #3
02/04 Program #4
02/05 Program #5
02/06 Program #6
02/07 Program #7
02/08 Program #8
02/09 Program #9
02/10 Program #10
02/11 Program #11
02/14 Program #12
02/15 Program #13
02/16 Program #14
02/17 Program #15
Saturday, February 5, 2005
| First| Prev | Next |Last |

Program #5 "Nearest Line Test"

Comic Strip

| First| Prev | Next |Last |

"Nearest Line Test" by Akira
(2005-02-05)

Today's applet Look for the nearest path/distance between a curved line and a point. It will be used over and over again later to fit a Bezier curve (with two control points or more) to drawn points. The first step of "drawing application" is to draw beautiful curves/lines. And experiments/programs so far are necessary tools to judge how well lines/curves are drawn.

I noticed many people are confused with terms "Java" and "JavaScript". Well... "Java" and "JavaScript" are totally different programing languages. I don't know why they named it "JavaScript"... Syntax is little similar, but other than that, everything is so different (reference). I've been using JavaScript for my script site, but currently I'm writing all these drawing programs in Java.