![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GJKShape.h>
Public Types | |
| using | FShapeType = T_SHAPE |
Public Member Functions | |
| TGJKCoreShape (const FShapeType &InShape) | |
| TGJKCoreShape (const FShapeType &InShape, const FReal InMargin) | |
| TGJKCoreShape (const FShapeType &InShape, const FRealSingle InMargin) | |
| FVec3 | InverseTransformPositionNoScale (const FVec3 &V) const |
| FReal | GetMargin () const |
| FRealSingle | GetMarginf () const |
| FVec3 | SupportCore (const FVec3 Dir, const FReal InMargin, FReal *OutSupportDelta, int32 &VertexIndex) const |
| bool | IsConvex () const |
| FString | ToString () const |
Public Attributes | |
| const FShapeType & | Shape |
| const FRealSingle | Margin |
| using Chaos::TGJKCoreShape< T_SHAPE >::FShapeType = T_SHAPE |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const FRealSingle Chaos::TGJKCoreShape< T_SHAPE >::Margin |
| const FShapeType& Chaos::TGJKCoreShape< T_SHAPE >::Shape |