TAxisAlignedBox2::GetCorner

Corners are ordered to follow the perimeter of the bounding rectangle, starting from the (Min.X, Min.Y) corner and ending at (Min.X, Max.Y)

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "BoxTypes.h"

Syntax

FVector2< RealType > GetCorner
(
    int Index
) const

Remarks

Corners are ordered to follow the perimeter of the bounding rectangle, starting from the (Min.X, Min.Y) corner and ending at (Min.X, Max.Y)

Returns

Corner of the bounding rectangle

Parameters

Parameter

Description

Index

which corner to return, must be in range [0,3]

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