Cite This Page
Bibliographic details for Check if a polygon overlaps with a rectangle
- Page name: Check if a polygon overlaps with a rectangle
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 April 2024 22:50 UTC
- Date retrieved: 23 March 2025 08:33 UTC
- Permanent URL: https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846
- Page Version ID: 363846
Citation styles for Check if a polygon overlaps with a rectangle
APA style
Check if a polygon overlaps with a rectangle. (2024, April 20). Rosetta Code. Retrieved 08:33, March 23, 2025 from https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846.
MLA style
"Check if a polygon overlaps with a rectangle." Rosetta Code. 20 Apr 2024, 22:50 UTC. 23 Mar 2025, 08:33 <https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846>.
MHRA style
Rosetta Code contributors, 'Check if a polygon overlaps with a rectangle', Rosetta Code, 20 April 2024, 22:50 UTC, <https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846> [accessed 23 March 2025]
Chicago style
Rosetta Code contributors, "Check if a polygon overlaps with a rectangle," Rosetta Code, https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846 (accessed March 23, 2025).
CBE/CSE style
Rosetta Code contributors. Check if a polygon overlaps with a rectangle [Internet]. Rosetta Code; 2024 Apr 20, 22:50 UTC [cited 2025 Mar 23]. Available from: https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846.
Bluebook style
Check if a polygon overlaps with a rectangle, https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846 (last visited March 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Check if a polygon overlaps with a rectangle --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846", note = "[Online; accessed 23-March-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 a polygon overlaps with a rectangle --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Check_if_a_polygon_overlaps_with_a_rectangle?oldid=363846}", note = "[Online; accessed 23-March-2025]" }