MultiplyABt

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TDenseMatrix...

 

MultiplyABt

(
    const TDenseMatrix< T_EA >& A,
    const TDenseMatrix< T_EB >& B
)

Return C = A x Transpose(B). /see MultiplyAB, MultiplyAtB, MultipltAtBt.

Public function Static

TDenseMatrix...

 

MultiplyABt

(
    const FMassMatrix& A,
    const TDenseMatrix< T_EB >& B
)

Return C = A x Transpose(B), where B is an Nx6 matrix, and A is a 6x6 mass matrix (Mass in upper left 3x3 diagonals, Inertia in lower right 3x3).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss