Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 742 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 742 Bytes

Bezier Intersection Visualization - openTK implementation

This project provides visualization of distance between two bezier curves. The original objective was to explore novel methods to find the intersection points of two bezier curves. However trying to visualize heat map only using GDI+ graphics turns out to be extremely inefficient. So I shifted to implement modern openGL graphics to display nxn grid of quadrilaterals (two triangles) along with the contour lines. This is my first project using openGL and I have lot to learn.

Bezier Heatmap

Explaintation

Bezier Intersection Explaintation

Features

Bezier Intersection Features