Chaos::FindClosestPointOnTriangle

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Plane.h

Include

#include "Chaos/Plane.h"

Syntax

namespace Chaos
{
    template<typename T, int d>
    TVector< T, d > Chaos::FindClosestPointOnTriangle
    (
        const TPlane< T, d > & TrianglePlane,
        const TVector< T, d > & P0,
        const TVector< T, d > & P1,
        const TVector< T, d > & P2,
        const TVector< T, d > & P
    )
}

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss