The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
tmatrix< T, S, D > Struct Template Reference

Emulates a matrix. More...

#include <neon.hpp>

Public Attributes

tvector< T, Sval [D]
 

Detailed Description

template<class T, unsigned S, unsigned D>
struct tmatrix< T, S, D >

Emulates a matrix.

The guide [2] doesn't use the term matrix, but uses various terms for it; e.g. table in the VTBL instructions (5.8.9) and lanes in the VLDn instructions (5.12).

Definition at line 92 of file neon.hpp.

Member Data Documentation

template<class T, unsigned S, unsigned D>
tvector<T, S> tmatrix< T, S, D >::val[D]

Definition at line 94 of file neon.hpp.

Referenced by blend_surface(), vld(), and vst().


The documentation for this struct was generated from the following file: