TOrientedBox3::GetCornerSide

Get whether the corner at Index (see diagram in GetCorner documentation comment) is in the negative or positive direction for each axis

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/OrientedBoxTypes.h

Include

#include "OrientedBoxTypes.h"

Syntax

static FIndex3i GetCornerSide
(
    int Index
)

Remarks

Get whether the corner at Index (see diagram in GetCorner documentation comment) is in the negative or positive direction for each axis

Returns

Index3i with 0 or 1 for each axis, 0 if corner is in the negative direction for that axis, 1 if in the positive direction

Parameters

Parameter

Description

Index

corner index in range 0-7

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