FGeomTools::VectorsOnSameSide

Given three direction vectors, indicates if A and B are on the same 'side' of Vec.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

namespace FGeomTools
{
    bool FGeomTools::VectorsOnSameSide
    (
        const FVector & Vec,
        const FVector & A,
        const FVector & B,
        const float SameSideDotProductEpsilon
    )
}

Remarks

Given three direction vectors, indicates if A and B are on the same 'side' of Vec.

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