Programs

Rasterisation

  • user enter the line segment, broken line, circle or ellipse and program draws it into to raster.

Sweeping

  • with library OpenGL program draws sphere, cylinder, cone, torus or Mobius strip with sweeping algorithm
  • as a basic template was used freeware program from website http://home.pacific.net.hk/~edx/tlb.htm

Clipping

  • program clips line segment into to window, which is creates by user, with one of two basic methods, problem of visibility is solving in the right window

Rational bezier curve (VB, C++)

  • user enter the input points and the rational bezier curve re-lay through this points, user can modificate the weight parameters of points

Lagrange and spline (VB, C++)

  • user enter the input points and the Lagrange interpolating curve or spline re-lay through this points

Balistic curve

  • animation