evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
isPointInPolygon
evael
utils
math
Functions
Checks if a point is inside a polygon Note : im using z axis instead of y axis
@
nogc
nothrow
bool
isPointInPolygon
()
(
in
auto
ref
vec3
p
,
in
auto
ref
PolygonDefinition
polygon
)
Meta
Source
See Implementation
evael
utils
math
Functions
aliases
PolygonDefinition
functions
getAngle
getDistance
intersect
intersectPolygon
isPointInPolygon
isPointInTriangle
isPointInTriangle2
manifest constants
degToRad
pi
Checks if a point is inside a polygon Note : im using z axis instead of y axis