Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1022 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 1022 Bytes

NURBS

NOTE: code in this directory needs code in 3.4.

drawNURBSBasisFunsP5

Draws NURBS basis funs of degrees in [0, 5].

basis

drawNURBSBasisDerivs

nurbs

drawNURBSCircle

Draws a circle using NURBS.

circle

drawNURBSExampleCurve

Draws a NURBS curve.

curve

drawNURBSExampleWeights

Shows the effect of different weights on the NUBS curve.

weight

drawBivariateNURBSBasisFuns

Draws bivariate NURBS basis functions with given weights. First image has equal weights, the second one shows the effect of different weights.

weight

weight

drawNURBSPlateHole

Draws the plate with hole surface that is used for the simulations.

plate

drawNURBSToroid

Draws a toroid by providing proper data to the algorithms.

toroid