Cite This Page
Bibliographic details for Bitmap/Bézier curves/Cubic
- Page name: Bitmap/Bézier curves/Cubic
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 30 August 2022 19:37 UTC
- Date retrieved: 24 March 2023 22:24 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171
- Page Version ID: 329171
Citation styles for Bitmap/Bézier curves/Cubic
APA style
Bitmap/Bézier curves/Cubic. (2022, August 30). Rosetta Code, . Retrieved 22:24, March 24, 2023 from https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171.
MLA style
"Bitmap/Bézier curves/Cubic." Rosetta Code, . 30 Aug 2022, 19:37 UTC. 24 Mar 2023, 22:24 <https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171>.
MHRA style
Rosetta Code contributors, 'Bitmap/Bézier curves/Cubic', Rosetta Code, , 30 August 2022, 19:37 UTC, <https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Bitmap/Bézier curves/Cubic," Rosetta Code, , https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Bitmap/Bézier curves/Cubic [Internet]. Rosetta Code, ; 2022 Aug 30, 19:37 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171.
Bluebook style
Bitmap/Bézier curves/Cubic, https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/Bézier curves/Cubic --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171", note = "[Online; accessed 24-March-2023]" }
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 = "Rosetta Code", title = "Bitmap/Bézier curves/Cubic --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Bitmap/B%C3%A9zier_curves/Cubic&oldid=329171}", note = "[Online; accessed 24-March-2023]" }