2010-09-11から1日間の記事一覧

「ウロチョロ」を考えてみた。B-Spline曲線とからなどうだろう?

<style type="text/css"> div { width :500px; height:500px; } div div { position: absolute; width:3px; height:3px; background-color:red; } </style> <body> <div id="view">&nbsp;</div> <script> var b_spline = function ( ) { var e = document.getElementById('view'); var px = [ 10.0, 77.0, …</body>