![]() |
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 | |
| TGJKCoreShapeTransformed (const FShapeType &InShape, const FRigidTransform3 &InTransform) | |
| TGJKCoreShapeTransformed (const FShapeType &InShape, const FReal InMargin, const FRigidTransform3 &InTransform) | |
| const FRigidTransform3 & | GetTransform () const |
| 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 | |
| FRigidTransform3 | Transform |
| const FShapeType & | Shape |
| const FRealSingle | Margin |
| using Chaos::TGJKCoreShapeTransformed< T_SHAPE >::FShapeType = T_SHAPE |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const FRealSingle Chaos::TGJKCoreShapeTransformed< T_SHAPE >::Margin |
| const FShapeType& Chaos::TGJKCoreShapeTransformed< T_SHAPE >::Shape |
| FRigidTransform3 Chaos::TGJKCoreShapeTransformed< T_SHAPE >::Transform |