Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TRigidTransform_FRealDouble_3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PMatrix< FRealDouble, 4, 4 > operator*
(
const Chaos::PMatrix< FRealDouble, 4, 4 >& Matrix |
Chaos/Transform.h | ||
TRigidTransform< FRealDouble, 3 > operator*
(
const TRigidTransform< FRealDouble, 3 >& Other |
Chaos/Transform.h |
operator*(const Chaos::PMatrix< FRealDouble, 4, 4 > &)
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Transform.h |
| Include Path | #include "Chaos/Transform.h" |
| Source | /Engine/Source/Runtime/Experimental/ChaosCore/Private/Transform.cpp |
PMatrix < FRealDouble, 4, 4 > operator*
(
const Chaos::PMatrix < FRealDouble, 4, 4 > & Matrix
) const
operator*(const TRigidTransform< FRealDouble, 3 > &)
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Transform.h |
| Include Path | #include "Chaos/Transform.h" |
TRigidTransform < FRealDouble, 3 > operator*
(
const TRigidTransform < FRealDouble, 3 > & Other
) const