로그인

검색

조회 수 3606 추천 수 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.

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
313 IT 팝업창 허용 MoA 2005.12.12 2021
312 투자 루트로닉 스크랩 OBG 2022.05.18 2023
311 투자 주식 추천하고 본인은 매도…'구독자 50만' 유튜버 1심 무죄 OBG 2023.11.10 2030
310 IT 오큘러스 리프트 GDC 시연회 MoA 2013.04.07 2032
309 과학 세계 최대 미스테리 연구소 - CERN MoA 2013.08.13 2037
308 시사 연세대 목하회 대자보 MoA 2013.12.19 2040
307 투자 중국 지준율 인하 시 볼 종목 추려보자...(211206) OBG 2021.12.06 2041
306 IT 오픈웹 엑스 파일 최종회: 줄기세포는 없다 모아레 2009.08.02 2049
305 IT 봇을 이용한 악성 파워블로그를 잡아내기 위한 사이트 Naya 2012.07.14 2051
304 투자 아파트 멀리보기 - 현대차증권 (2025.03.07) OBG 2025.05.21 2070
303 과학 Euler-Method MoA 2006.04.01 2074
302 과학 [칼럼]지금은 WCU의 활성화가 필요한 때 모아레 2009.06.30 2075
301 사설 뉴라이트의 역사 공습 ‘교과서 쿠데타’ MoA 2013.06.07 2078
300 교양 저렴한 초밥의 비밀 file MoA 2013.12.17 2095
299 교양 What the Social Progress Index can reveal about your country MoA 2014.11.30 2105
298 투자 주요 블로그 정리 OBG 2023.06.19 2121
297 시사 국정원 역대급 실수 Top 4 file MoA 2015.08.05 2130
296 시사 '산케이 지국장 기소' 파문.. "대통령 명예 지키려고 국가의 명예 추락시켜" MoA 2014.10.11 2132
295 과학 겨울왕국의 눈 시뮬레이션를 위한 디즈니 사의 method MoA 2014.01.27 2135
294 교양 토스 PO 세션 1~7편 총 정리 OBG 2024.04.26 2137
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 20 Next
/ 20