Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include | #include "OrientedBoxTypes.h" |
TVector < RealType > GetCorner
(
int Index
) const
Remarks
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 |
Corner point on the box identified by the given index. See diagram in OrientedBoxTypes.h for index/corner mapping.
Parameters
| Name | Description |
|---|---|
| Index | corner index in range 0-7 |