Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
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;rayIntersectsFace2
&40;
const FVector3f & ray_start,
const FVector3f & ray_end,
const FVector3f & v0,
const FVector3f & v1,
const FVector3f & v2,
FVector3f & out_intersection,
int & out_intersected_vert,
int & out_intersected_edge_v0,
int & out_intersected_edge_v1,
float & out_t
&41;
}