Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
Description
Corners [ (-x,-y), (x,-y), (x,y), (-x,y) ], -z, then +z
76 +z or 32 -z |\ |\ |\ |\ 4--5 \ 0--1 \ \ 32 \ 76
| 01 -z 45 +z |
| Name | GetCorner |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TVector < RealType > GetCorner
(
int Index
) const
Corner point on the box identified by the given index. See diagram in OrientedBoxTypes.h for index/corner mapping.
Parameters
| Name | Remarks |
|---|---|
| Index | corner index in range 0-7 |