intersects_triangle
Description:
[
Version ( since =
"1.10" ) ]
public bool intersects_triangle (
Triangle t)
Checks whether the given Ray this
intersects the given Triangle b
.
See also: intersect_triangle
Parameters:
Returns:
`true` if the ray intersects the triangle
|