Ciência da Computação - TCC - FCI Higienópolis
URI Permanente para esta coleção
Navegar
Navegando Ciência da Computação - TCC - FCI Higienópolis por Autor "Alves, Wellerson Rodriguês"
Agora exibindo 1 - 1 de 1
Resultados por página
Opções de Ordenação
- TCCOtimizando matrizes de rotação e quatérnions com SIMDAlves, Wellerson Rodriguês (2023-06-18)
Faculdade de Computação e Informática (FCI)
The use of rotations in the calculation of geometric transformations is currently of great importance for visual applications such as scientific visualization, spatial orientation, animation and games, but when performing long and time-consuming calculations with large volumes of information, the need to optimize their computation is perceived. This article aims to compare a solution for the rotation matrix and quaternions using SIMD instructions. The results showed a shorter time for the rotation matrices and a solid Speedup for the Quaternions.