squaresun / CoonsPatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coons Patch

Implementation of coons patch, with provided 2D curves.

Implementation

For coons patch, used the equation below:

Blending functions

Use bezier curves with n control points, in order n - 1.

See blendFactory.m

Curves

Used bezier curves.

See curvesPlot.m

About


Languages

Language:MATLAB 100.0%