Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the result of multiplying a Matrix to this. | Math/Matrix.h | ||
| This isn't applying SCALE, just multiplying the value to all members - i.e. weighting | Math/Matrix.h |
operator*(const TMatrix< T > &)
Description
Gets the result of multiplying a Matrix to this.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
TMatrix < T > operator*
(
const TMatrix < T > & Other
) const
The result of multiplication.
Parameters
| Name | Remarks |
|---|---|
| Other | The matrix to multiply this by. |
operator*(T)
Description
This isn't applying SCALE, just multiplying the value to all members - i.e. weighting
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
TMatrix < T > operator*
(
T Other
) const