Skip navigation.
 
mlRe: NSBezierPath geometry question...
FROM : Robert Clair
DATE : Mon Apr 11 23:54:51 2005

While we're being pedantic, we should also note that when the words
"Bezier curve" are uttered or written while discussing a graphics
system based on the PostScript imaging model it is almost always taken
to mean "uniform non-rational cubic Bezier curve" without further
elaboration (because, vestigial quadratics in some fonts aside, ...
that's all that's there).

> If you could construct Rational Bezier Curves they could represent
> circular arcs exactly.


Sure you could. You'd just have to use one of the NURBS libraries
floating around out there and draw them yourself instead of relying on
Quartz.  ;-)

The world of CAD has pretty much abandoned simple Bezier's for NURBS.
Graphic arts seems contend to stay with cubic Bezier's, probably
because they're just drawing pictures not modeling anything.

....Bob Clair

Related mailsAuthorDate
mlNSBezierPath geometry question... Keith Blount Apr 10, 23:40
mlRe: NSBezierPath geometry question... Serge Meynard Apr 11, 00:37
mlRe: NSBezierPath geometry question... Robert Clair Apr 11, 13:01
mlRe: NSBezierPath geometry question... Keith Blount Apr 11, 13:17
mlRe: NSBezierPath geometry question... Serge Meynard Apr 11, 16:02
mlRe: NSBezierPath geometry question... Nicko van Someren Apr 11, 17:48
mlRe: NSBezierPath geometry question... Serge Meynard Apr 11, 18:41
mlRe: NSBezierPath geometry question... David Phillip Oste… Apr 11, 18:46
mlRe: NSBezierPath geometry question... Nicko van Someren Apr 11, 19:48
mlRe: NSBezierPath geometry question... Heinrich Giesen Apr 11, 20:49
mlRe: NSBezierPath geometry question... Robert Clair Apr 11, 21:02
mlRe: NSBezierPath geometry question... Keith Blount Apr 11, 21:19
mlRe: NSBezierPath geometry question... Scott Thompson Apr 11, 23:25
mlRe: NSBezierPath geometry question... Robert Clair Apr 11, 23:54
mlRe: NSBezierPath geometry question... Keith Blount Apr 12, 00:24
mlRe: NSBezierPath geometry question... Nicko van Someren Apr 12, 10:04
mlRe: NSBezierPath geometry question... Keith Blount Apr 12, 18:08
mlRe: NSBezierPath geometry question... Jonathon Mah Apr 13, 17:11