Find if a point is within a triangle: Difference between revisions

Content added Content deleted
m (/* {{header|jq}} typo)
Line 843: Line 843:
'''Works with gojq, the Go implementation of jq'''
'''Works with gojq, the Go implementation of jq'''


'''Adapted from [[#Wren|Wren]'''
'''Adapted from [[#Wren|Wren]]'''


A point is represented by [x,y] and denoted by P1, P2, P3, or Q.
A point is represented by [x,y] and denoted by P1, P2, P3, or Q.