ergo
mat::XYZpUV Struct Reference

This proxy expresses the result of multiplication of three objects added to two other multiplied objects. More...

#include <matrix_proxy.h>

List of all members.

Public Member Functions

 XYZpUV (TX const &AA, TY const &BB, TZ const &CC, TU const &DD, TV const &EE, bool const tAA=false, bool const tBB=false, bool const tCC=false, bool const tDD=false, bool const tEE=false)

Public Attributes

TX const & A
TY const & B
TZ const & C
TU const & D
TV const & E
bool const tA
bool const tB
bool const tC
bool const tD
bool const tE

Detailed Description

This proxy expresses the result of multiplication of three objects added to two other multiplied objects.

All objects may have different types, TX, TY, TZ, TU, and TV. Primary application is for scalars, matrices, and transposed matrices.


Constructor & Destructor Documentation

mat::XYZpUV::XYZpUV ( TX const &  AA,
TY const &  BB,
TZ const &  CC,
TU const &  DD,
TV const &  EE,
bool const  tAA = false,
bool const  tBB = false,
bool const  tCC = false,
bool const  tDD = false,
bool const  tEE = false 
) [inline]

Member Data Documentation

TX const& mat::XYZpUV::A
TY const& mat::XYZpUV::B
TZ const& mat::XYZpUV::C
TU const& mat::XYZpUV::D
TV const& mat::XYZpUV::E
bool const mat::XYZpUV::tA
bool const mat::XYZpUV::tB
bool const mat::XYZpUV::tC
bool const mat::XYZpUV::tD
bool const mat::XYZpUV::tE

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