![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GJKShape.h>
Public Member Functions | |
| FGJKSphere (const FVec3 InCenter, const FReal InRadius) | |
| const FVec3 & | GetCenter () const |
| FReal | GetRadius () const |
| FVec3 | InverseTransformPositionNoScale (const FVec3 &V) const |
| const FVec3 & | SupportCore (const FVec3 &Direction, const FReal InMargin, FReal *MaxMarginDelta, int32 &VertexIndex) const |
| FReal | GetMargin () const |
| FString | ToString () const |
A sphere with minimal API for use in GJK/EPA. Equivalent to TGJKCoreShape<FImplicitSphere3> but avoids calls to the implicit
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |