Cite This Page
Bibliographic details for Check if two polygons overlap
- Page name: Check if two polygons overlap
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 26 October 2024 17:23 UTC
- Date retrieved: 8 February 2025 16:43 UTC
- Permanent URL: https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195
- Page Version ID: 372195
Citation styles for Check if two polygons overlap
APA style
Check if two polygons overlap. (2024, October 26). Rosetta Code. Retrieved 16:43, February 8, 2025 from https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195.
MLA style
"Check if two polygons overlap." Rosetta Code. 26 Oct 2024, 17:23 UTC. 8 Feb 2025, 16:43 <https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195>.
MHRA style
Rosetta Code contributors, 'Check if two polygons overlap', Rosetta Code, 26 October 2024, 17:23 UTC, <https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195> [accessed 8 February 2025]
Chicago style
Rosetta Code contributors, "Check if two polygons overlap," Rosetta Code, https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195 (accessed February 8, 2025).
CBE/CSE style
Rosetta Code contributors. Check if two polygons overlap [Internet]. Rosetta Code; 2024 Oct 26, 17:23 UTC [cited 2025 Feb 8]. Available from: https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195.
Bluebook style
Check if two polygons overlap, https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195 (last visited February 8, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Check if two polygons overlap --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195", note = "[Online; accessed 8-February-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 = "Rosetta Code", title = "Check if two polygons overlap --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Check_if_two_polygons_overlap?oldid=372195}", note = "[Online; accessed 8-February-2025]" }