neuray API Programmer's Manual

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

[Internal Storage Classes for Matrices]

template< typename T>

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

Description

Specialization for 1x2-matrix.

Public Variables

T  xx
xx-element.
T  xy
xy-element.

Variables

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

xx-element.

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

xy-element.