Makes rotation around Y-axis tensor(matrix).
You can find more information in comments below.
template<class TYPE>
void rotate_y(TTensor<TYPE, 4u, 4u> &m, const TYPE angle); // Set rotation around Y axis to 4x4 tensor(matrix)
Namespace: | nitisa::math |
Include: | Nitisa/Modules/Math/Tensor.h |