메뉴 건너뛰기

OBG

정보게시판

조회 수 512 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

http://www.algorithmist.net/technotes.html

 

Computational Geometry

Focusing primarily on interactive creation and display of two-dimensional curves, I hope this series illustrates that Flash is a valuable tool in teaching computational geometry. Each TechNote below opens in a new browser window.

:: Natural Cubic Splines - Natural and parametric cubic splines.

:: Hermite Curves - Cubic Hermite curves.

:: Quadratic Beizer Curves - Quadratic Beizer's and MovieClip.curveTo().

:: Cubic Bezier Curves - Cubic Bezier's and introduction to quadratic approximation.

:: Catmull-Rom Splines - An introduction to Catmull-Rom Splines.

:: Arc Length of a Catmull-Rom Spline - Arc Length of parametric curves and derivative evaluation, applied to Catmull-Rom splines.

:: Curve-Constrained Scrolling Via Script - Parametric Quadratic and Piecewise Hermite curves applied to curve-constrained scroll indicators.

:: Arc-Length Parameterization - Introduction to curve parameterization and how to reparameterize a curve on arc length. Techniques applied to a Catmull-Rom spline. Examples include how to distribute sprites evenly along a curve and path animation (including path following and orientation).

:: Recursive Subdivision - Splitting a cubic Bezier curve into multiple equivalent, but smaller segments. Several subdivision approaches are discussed with the ultimate goal of pairing a fast subdivision with a piecewise cubic Bezier spline.

:: Composite Bezier Curves - Constructing a piecewise cubic Bezier curve that interpolates a set of knots with G-1 continuity and tension control. Optimized for fast drawing.

Online Demos

These interactive demos illustrate various concepts in applied mathematics. Most initial examples are from the field of computational geometry. All demos required the Flash 9 player.

:: Parameterization Demo - Illustrate the difference bewteen uniform and arc-length parameterization on a cubic Bezier spline.

::Quadratic Bezier Parameterization - illustrates the difference in natural vs arc-length parameterization for a simple quadratic Bezier curve.

::Quad. Bezier, 3-point interpolation - The classic formula familiar to many Flash programmers is actually a simplified version of a more general parameterization, called 'midpoint' parameterization or 'midpoint interpolation'. The more general formula is discussed in the Cubic Bezier TechNote. This demo illustrates the difference between midpoint, chord-length, and arbitrary parameterizations.

::Catmull-Rom Spline animation - a simple example illustrating the animation of a Catmull-Rom spline from beginning to end, as if it were being drawn by hand. Also a subtle introduction to spline parameterization.

::Closed-Loop Catmull-Rom spline - a simple method for setting outer control points for a smooth, continuous-loop Catmull-Rom spline.

::Path Animation with Papervision 3D - a simple demo illustrating path animation with Papervision 3D and the 3D Catmull-Rom spline.

::Lemniscate of Bernoulli - how to use a closed-loop Catmull-Rom spline to animate sprites around a Lemniscate of Bernoulli (infinity or fiture-8 shape).

::Papervision 3D Figure-8's- builds upon the 2D Lemniscate of Bernoulli example to animate markers along figure-8 paths in the XY, XZ, and YZ planes.

::Papervision 3D Path Animation from 3ds max - uses spline data exported from 3ds max (in XML) and the Singularity 3D Bezier spline for path animation in Papervision 3D.

::Quadratic Bezier y at x - computes (t,y) values along a quadratic Bezier curve at a given x-coordinate.

::Cubic Bezier y at x - computes (t,y) values along a cubic Bezier curve at a given x-coordinate.

::Closest Point on Cubic - closest point on a cubic Bezier to an arbitrary point (port of class Graphic Gem algorithm).

::Closest Point on Quadratic - closest point on a quadratic Bezier to an arbitrary point (Graphic Gem algorithm generalized to work with quads or cubics).

::Easing Along a Cubic Bezier Curve- Penner easing functions applied to easing along a parametric curve. Another practical application of arc-length parameterization.

::Cubic Bezier 4-point Interpolation-Interpolating four points with a cubic Bezier curve.

?

  1. 간단한 gcc + Makefile 사용법

    Date2010.10.10 CategoryIT By모아레 Views420
    Read More
  2. 인텔 모바일 CPU 호환성 가이드(Intel Mobile Processor Compatibility Guide) - CPU 업그레이드 관련

    Date2010.09.16 CategoryIT By모아레 Views5740
    Read More
  3. 웹캠 USB전원 문제

    Date2010.09.13 CategoryIT By모아레 Views815
    Read More
  4. 가상피시 Virtualbox

    Date2010.08.31 CategoryIT By모아레 Views324
    Read More
  5. 아이폰으로 활용하고 있는 수많은 기능들 정리

    Date2010.08.11 CategoryIT By모아레 Views285
    Read More
  6. 모질라 썬더버드(Thunderbird) 백업과 복구

    Date2010.06.20 CategoryIT By모아레 Views391
    Read More
  7. 윈도우 파일 시스템 FAT32를 NTFS로 변환하기

    Date2010.05.17 CategoryIT By모아레 Views368
    Read More
  8. C: 용량 늘리기

    Date2010.05.16 CategoryIT By모아레 Views379
    Read More
  9. 수학공식 액션스크립트 예제

    Date2010.05.11 CategoryIT By모아레 Views512
    Read More
  10. 리눅스 한글설정

    Date2010.03.03 CategoryIT By모아레 Views404
    Read More
  11. 마이크로소프트, 윈도 폰 7 시리즈 공식 발표

    Date2010.02.16 CategoryIT By모아레 Views294
    Read More
  12. 첨단 IT서비스

    Date2010.02.15 CategoryIT By모아레 Views266
    Read More
  13. 리눅스 FTP 언어설정 관련

    Date2010.01.28 CategoryIT By모아레 Views308
    Read More
  14. 윈도우7- 배경화면을 동영상으로, 드림씬을 아시나요?

    Date2009.12.12 CategoryIT By모아레 Views634
    Read More
  15. 핸드폰관련 - 에이징이란?

    Date2009.11.19 CategoryIT By모아레 Views497
    Read More
  16. vi 명령어 모음

    Date2009.11.10 CategoryIT By모아레 Views320
    Read More
  17. 윈도우 7 업그레이드 버전으로 클린설치 정품인증 받기

    Date2009.11.07 CategoryIT By모아레 Views606
    Read More
  18. 윈도우 7 - 남들이 잘 모르는 몇가지 팁

    Date2009.10.30 CategoryIT By모아레 Views277
    Read More
  19. 윈도우 7 - 내가 작성하는 팁

    Date2009.10.29 CategoryIT By모아레 Views288
    Read More
  20. useradd

    Date2009.10.09 CategoryIT By모아레 Views285
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9
위로