FSeparatingAxisPointCheck::FSeparatingAxisPointCheck

Creates an object representing the intersection between an axis-aligned bounding box and a convex polygon.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Collision.h

Include

#include "Collision.h"

Syntax

FSeparatingAxisPointCheck
(
    const TArray< FVector > & InPolyVertices,
    const FVector & InBoxCenter,
    const FVector & InBoxExtent,
    bool bInCalcLeastPenetration
)

Remarks

Creates an object representing the intersection between an axis-aligned bounding box and a convex polygon.

Parameters

Parameter

Description

InPolyVertices

Array of points forming a convex polygon.

InBoxCenter

The center of the axis-aligned bounding box being checked.

InBoxExtent

The extents of the axis-aligned bounding box being checked.

bInCalcLeastPenetration

Whether the axis and amount of penetration of the bounding box into the polygon should be calculated.

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