Buzz’s Blog: On Web 3.0 and the Semantic Web:

2D modeling

1

March 26, 2011  3:32 AM

Perfect curves: Bezier, part 1



Posted by: Roger King
2D modeling, 3D modeling, Bezier, graphics, vector graphics

Vector versus raster graphics.

There are two very different ways that computer programs can internally represent 2D images.  The first is the way a computer display presents images - as a 2D grid of pixels, each with properties that control its physical appearance.  We...

1