Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1837

Plotting multiple curves via BezierFunction

From "Christopher O. Young" <cy56@comcast.net>
Newsgroups comp.soft-sys.math.mathematica
Subject Plotting multiple curves via BezierFunction
Date 2011-04-23 11:48 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <ioueba$6f2$1@smc.vnet.net> (permalink)

Show all headers | View raw


I'm new at Mathematica and I'm having a hard time finding a quick way to plot a
series of curves. Here I'm trying to plot multiple copies of Bezier curves.

The C array is a list of 3D point-lists for each of the curves, and works
fine when I'm plotting the surface. (BezierCurve is extremely rough in 3D,
at least here, for some reason.

What's a fast way to just go through the list of curve-point lists here?

ParametricPlot3D[
 
  For[j = 1, j <= \[ScriptCapitalN], j++,
  BezierFunction[\[DoubleStruckCapitalC][[j]]][u]

  ], {u, 0, 1}
 
]

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Plotting multiple curves via BezierFunction "Christopher O. Young" <cy56@comcast.net> - 2011-04-23 11:48 +0000

csiph-web