TBox::RaycastFast

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Box.h"

Syntax

static bool RaycastFast
(
    const TVector< T, d > & Min,
    const TVector< T, d > & Max,
    const TVector< T, d > & StartPoint,
    const TVector< T, d > & Dir,
    const TVector< T, d > & InvDir,
    const bool * bParallel,
    const T Length,
    const T InvLength,
    T & OutTime,
    TVector< T, d > & OutPosition
)

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