Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 374 Bytes

Bézier Curves and Surfaces

This repository contains two jupyter notebooks demonstrating Bézier curves and surfaces.

Subjects covered:

  • Bézier curve recursive and explicit definition
  • Bézier surface explicit definition
  • Uniform sampling of a Bézier curve
  • Rotation by rotating control points

Surface

surface

Curve

curve