neuray API Programmer's Manual

mi::math::Matrix_struct< T, 2, 2 > Template Struct Reference

[Internal Storage Classes for Matrices]

template< typename T>

mi::math::Matrix_struct< T, 2, 2 >

Description

Specialization for 2x2-matrix.

Public Variables

T  xx
xx-element.
T  xy
xy-element.
T  yx
yx-element.
T  yy
yy-element.

Variables

T mi::math::Matrix_struct< T, 2, 2 >::xx

xx-element.

T mi::math::Matrix_struct< T, 2, 2 >::xy

xy-element.

T mi::math::Matrix_struct< T, 2, 2 >::yx

yx-element.

T mi::math::Matrix_struct< T, 2, 2 >::yy

yy-element.