TIntrRay3AxisAlignedBox3::DoClipping

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Intersection/IntrRay3AxisAlignedBox3.h

Include

#include "Intersection/IntrRay3AxisAlignedBox3.h"

Syntax

static bool DoClipping
(
    RealType t0,
    RealType t1,
    const FVector3< RealType > & RayOrigin,
    const FVector3< RealType > & RayDirection,
    const TAxisAlignedBox3< RealType > & Box,
    bool solid,
    int & quantity,
    FVector3< RealType > & Point0,
    FVector3< RealType > & Point1,
    EIntersectionType & intrType
)

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