Nanite::Barycentric::DistanceToEdge

[https://math.stackexchange.com/questions/3748903/closest-point-to-triangle-edge-with-barycentric-coordinates](https://math.stackexchange.com/questions/3748903/closest-point-to-triangle-edge-with-barycentric-coordinates)

Unreal Engine C++ API Reference > Developer > NaniteUtilities

References

   
Module NaniteUtilities
Header /Engine/Source/Developer/NaniteUtilities/Public/TriangleUtil.h
Include #include "TriangleUtil.h"
namespace Nanite  
{  
    namespace Barycentric  
    {  
        float Nanite::Barycentric::DistanceToEdge  
        (  
            float Barycentric,  
            float EdgeLength,  
            float TriangleArea  
        )  
    }  
}  

Remarks

https://math.stackexchange.com/questions/3748903/closest-point-to-triangle-edge-with-barycentric-coordinates


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library