intersectPolygon

Checks if a ray intersect with polygon

nothrow @nogc
bool
intersectPolygon
()
(
in auto ref vec3 p1
,
in auto ref vec3 p2
,,
out vec3 intersection
)

Meta