Splines`
Splines`

CompositeBezier

As of Version 7.0, some of the functionality of the Splines Package is now built into the Wolfram Language kernel. »

CompositeBezier

is a setting specifying the type of spline generated by Spline and SplineFit.

更多信息和选项

  • To use CompositeBezier, you first need to load the Splines Package using Needs["Splines`"].
  • A composite Bézier spline is made up of a series of thirdorder Bézier curves with C^(1) continuity. It alternates interpolating points and control points.
  • If the number of points given is even, then the last two points are reversed so that the final point is interpolated and the next to last is a control point for the final segment; if odd, then the final vertex is doubled.

范例

基本范例  (1)

Composite Bézier splines go through some, but not all, of the points:

Wolfram Research (2008),CompositeBezier,Wolfram 语言函数,https://reference.wolfram.com/language/Splines/ref/CompositeBezier.html.

文本

Wolfram Research (2008),CompositeBezier,Wolfram 语言函数,https://reference.wolfram.com/language/Splines/ref/CompositeBezier.html.

CMS

Wolfram 语言. 2008. "CompositeBezier." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/Splines/ref/CompositeBezier.html.

APA

Wolfram 语言. (2008). CompositeBezier. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/Splines/ref/CompositeBezier.html 年

BibTeX

@misc{reference.wolfram_2024_compositebezier, author="Wolfram Research", title="{CompositeBezier}", year="2008", howpublished="\url{https://reference.wolfram.com/language/Splines/ref/CompositeBezier.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_compositebezier, organization={Wolfram Research}, title={CompositeBezier}, year={2008}, url={https://reference.wolfram.com/language/Splines/ref/CompositeBezier.html}, note=[Accessed: 21-November-2024 ]}