Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FWeightedLatticeImplicitObject
| Name | FEmbeddingCoordinate |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/WeightedLatticeImplicitObject.h |
| Include Path | #include "Chaos/WeightedLatticeImplicitObject.h" |
Syntax
struct FEmbeddingCoordinate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/WeightedLatticeImplicitObject.h | |||
FEmbeddingCoordinate
(
const FEmbeddingCoordinate& Other |
Chaos/WeightedLatticeImplicitObject.h | ||
FEmbeddingCoordinate
(
const TVec3< int32 >& InCellIndex, |
Chaos/WeightedLatticeImplicitObject.h | ||
FEmbeddingCoordinate
(
const TVec3< int32 >& InCellIndex, |
Chaos/WeightedLatticeImplicitObject.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EvenIndexTetrahedraOffsets | const TVec4< TVec3< int32 > > | Chaos/WeightedLatticeImplicitObject.h | |
| OddIndexTetrahedraOffsets | const TVec4< TVec3< int32 > > | Chaos/WeightedLatticeImplicitObject.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BarycentricCoordinate | FVec3 | Chaos/WeightedLatticeImplicitObject.h | ||
| CellIndex | TVec3< int32 > | Chaos/WeightedLatticeImplicitObject.h | ||
| LocalTetrahedron | int32 | Chaos/WeightedLatticeImplicitObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMatrix DeformationTransform
(
const TArrayND< FVec3, 3 >& DeformedPoints, |
Chaos/WeightedLatticeImplicitObject.h | ||
FVec3 DeformedPosition
(
const TArrayND< FVec3, 3 >& InDeformedPoints |
Chaos/WeightedLatticeImplicitObject.h | ||
int32 GreatestInfluenceBone
(
const TArrayND< FWeightedLatticeInfluenceData, 3 >& InBoneData |
Chaos/WeightedLatticeImplicitObject.h | ||
bool IsValid() |
Chaos/WeightedLatticeImplicitObject.h | ||
const TVec4< TVec3< int32 > > & TetrahedronOffsets() |
Chaos/WeightedLatticeImplicitObject.h | ||
FVec3 UndeformedPosition
(
const TUniformGrid< FReal, 3 >& InGrid |
Inline definitions | Chaos/WeightedLatticeImplicitObject.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEmbeddingCoordinate & operator=
(
const FEmbeddingCoordinate& Other |
Chaos/WeightedLatticeImplicitObject.h |