Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/mu__ray_plane_intersection
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/MutableMath.h |
| Include | #include "MuR/MutableMath.h" |
namespace mu
{
bool mu&58;&58;ray_plane_intersection
&40;
const FVector3f & ray_start,
const FVector3f & ray_end,
const FVector3f & plane_origin,
const FVector3f & plane_normal,
FVector3f & out_intersection,
float & out_t
&41;
}