intersect_box
Description:
[
Version ( since =
"1.10" ) ]
public RayIntersectionKind intersect_box (
Box b,
out float t_out)
Intersects the given Ray this with the
given Box b
.
Parameters:
this |
a Ray
|
b |
a Box
|
t_out |
the distance of the point on the ray that intersects the box
|
Returns: