Cite This Page
Bibliographic details for Bézier curves
- Page name: Bézier curves
- Author: Spherical wiki contributors
- Publisher: Spherical wiki, .
- Date of last revision: 16 March 2013 20:47 UTC
- Date retrieved: 28 November 2025 11:47 UTC
- Permanent URL: http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56
- Page Version ID: 56
Citation styles for Bézier curves
APA style
Bézier curves. (2013, March 16). Spherical wiki, . Retrieved 11:47, November 28, 2025 from http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56.
MLA style
"Bézier curves." Spherical wiki, . 16 Mar 2013, 20:47 UTC. 28 Nov 2025, 11:47 <http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56>.
MHRA style
Spherical wiki contributors, 'Bézier curves', Spherical wiki, , 16 March 2013, 20:47 UTC, <http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56> [accessed 28 November 2025]
Chicago style
Spherical wiki contributors, "Bézier curves," Spherical wiki, , http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56 (accessed November 28, 2025).
CBE/CSE style
Spherical wiki contributors. Bézier curves [Internet]. Spherical wiki, ; 2013 Mar 16, 20:47 UTC [cited 2025 Nov 28]. Available from: http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56.
Bluebook style
Bézier curves, http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56 (last visited November 28, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Spherical wiki",
title = "Bézier curves --- Spherical wiki{,} ",
year = "2013",
url = "http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56",
note = "[Online; accessed 28-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Spherical wiki",
title = "Bézier curves --- Spherical wiki{,} ",
year = "2013",
url = "\url{http://wiki.spheredev.org/index.php?title=B%C3%A9zier_curves&oldid=56}",
note = "[Online; accessed 28-November-2025]"
}