Plasma Engine  2.0
Loading...
Searching...
No Matches
SSEMat4f_inl.h
1#pragma once
2
3PL_ALWAYS_INLINE void plSimdMat4f::Transpose()
4{
5 _MM_TRANSPOSE4_PS(m_col0.m_v, m_col1.m_v, m_col2.m_v, m_col3.m_v);
6}
void Transpose()
Transposes this matrix.
Definition FPUMat4f_inl.h:3