![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Tribox object that represents a k-DOP18 convex. More...
#include <Tribox.h>
Public Types | |
| using | FRealType = FRealSingle |
| using | FVec3Type = TVec3< FRealType > |
| using | FRigidTransform3Type = TRigidTransform< FRealType, 3 > |
| using | FMatrix33Type = PMatrix< FRealType, 3, 3 > |
| using | FPlaneType = TPlaneConcrete< FRealType, 3 > |
Static Public Attributes | |
| static constexpr int32 | NumPlanes = 18 |
| static constexpr int32 | NumPrincipalPlanes = 6 |
| static constexpr int32 | NumChamferPlanes = 12 |
| static constexpr FRealType | InflateDistance = 0.5 |
Tribox object that represents a k-DOP18 convex.
| using Chaos::Private::FTribox::FMatrix33Type = PMatrix<FRealType, 3, 3> |
|
inline |
|
inline |
| void Chaos::Private::FTribox::AddConvex | ( | const FConvex * | Convex, |
| const FRigidTransform3Type & | RelativeTransform | ||
| ) |
| bool Chaos::Private::FTribox::BuildTribox | ( | ) |
| FTribox::FRealType Chaos::Private::FTribox::ComputeVolume | ( | ) | const |
| FAABB3 Chaos::Private::FTribox::GetBounds | ( | ) | const |
| FTribox::FVec3Type Chaos::Private::FTribox::GetCenter | ( | ) | const |
| FTribox::FRealType Chaos::Private::FTribox::GetClosestPlane | ( | const FVec3Type & | PointPosition, |
| int32 & | PlaneAxis, | ||
| FRealType & | PlaneProjection | ||
| ) | const |
| int32 Chaos::Private::FTribox::GetThickestSlab | ( | ) | const |
|
inline |
|
inline |
| FImplicitObjectPtr Chaos::Private::FTribox::MakeConvex | ( | ) | const |
| bool Chaos::Private::FTribox::OverlapTribox | ( | const FTribox & | OtherTribox, |
| FTribox & | OverlapTribox | ||
| ) | const |
|
inline |
| FTribox::FRealType Chaos::Private::FTribox::SampleSlabPoint | ( | const int32 | PlaneAxis, |
| const FRealType & | LocalDistance | ||
| ) | const |
| bool Chaos::Private::FTribox::SplitTriboxSlab | ( | const int32 | PlaneAxis, |
| const FRealType & | PlaneDistance, | ||
| FTribox & | LeftTribox, | ||
| FTribox & | RightTribox | ||
| ) | const |