Math API
Up
Public Attributes
|
List of all members
mi::math::Matrix_struct<T, 2, 2> Struct Template Reference
Math API
»
Matrix Class
»
Internal Storage Classes for Matrices
Specialization for 2x2-matrix.
More...
#include <
matrix.h
>
Public Attributes
T
xx
xx-element.
More...
T
xy
xy-element.
More...
T
yx
yx-element.
More...
T
yy
yy-element.
More...
Detailed Description
template<typename T>
struct mi::math::Matrix_struct<T, 2, 2>
Specialization for 2x2-matrix.
31 March 2025, 19:54, rev381500.4681
© 2025 NVIDIA Corporation.
All rights reserved.