The search functionality needs JavaScript enabled
Tests if the segment (from, to) intersects the triangle a, b, c. If yes, returns the point of intersection as Vector3. If no intersection takes place, an empty Variant is returned.
from
to
a
b
c
Vector3
Variant
Variant segmentIntersectsTriangle ( const(Vector3) from, const(Vector3) to, const(Vector3) a, const(Vector3) b, const(Vector3) c ) nothrow @nogc;