Navigation
API > API/Developer > API/Developer/NaniteUtilities
Overloads
operator*(const TAffine< T, Num > &, const TAffine< U, Num > &)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Developer/NaniteUtilities/Public/Affine.h |
| Include Path |
#include "Affine.h" |
template<typename T, typename U, uint32 Num>
TAffine < T, Num > operator*
(
const TAffine < T, Num > & A,
const TAffine < U, Num > & B
)
operator*(T, const TSGGX< T > &)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Developer/NaniteUtilities/Public/SGGX.h |
| Include Path |
#include "SGGX.h" |
template<typename T>
TSGGX < T > operator*
(
T Scalar,
const TSGGX < T > & SGGX
)