Cite This Page
Bibliographic details for Find if a point is within a triangle
- Page name: Find if a point is within a triangle
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 10:48 UTC
- Date retrieved: 23 March 2023 14:30 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861
- Page Version ID: 331861
Citation styles for Find if a point is within a triangle
APA style
Find if a point is within a triangle. (2022, October 16). Rosetta Code, . Retrieved 14:30, March 23, 2023 from https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861.
MLA style
"Find if a point is within a triangle." Rosetta Code, . 16 Oct 2022, 10:48 UTC. 23 Mar 2023, 14:30 <https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861>.
MHRA style
Rosetta Code contributors, 'Find if a point is within a triangle', Rosetta Code, , 16 October 2022, 10:48 UTC, <https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861> [accessed 23 March 2023]
Chicago style
Rosetta Code contributors, "Find if a point is within a triangle," Rosetta Code, , https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861 (accessed March 23, 2023).
CBE/CSE style
Rosetta Code contributors. Find if a point is within a triangle [Internet]. Rosetta Code, ; 2022 Oct 16, 10:48 UTC [cited 2023 Mar 23]. Available from: https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861.
Bluebook style
Find if a point is within a triangle, https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861 (last visited March 23, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find if a point is within a triangle --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861", note = "[Online; accessed 23-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 = "Find if a point is within a triangle --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Find_if_a_point_is_within_a_triangle&oldid=331861}", note = "[Online; accessed 23-March-2023]" }