Public Attributes
Mat2d Struct Reference

Data structure for the representation of a 2x2 matrix. More...

#include <Math2d.h>

List of all members.

Public Attributes

float r1
float r2
float r3
float r4

Detailed Description

Data structure for the representation of a 2x2 matrix.

This data structure the matrix

$\left(\begin{array}{cc} r_1 & r_2\\ r_3 & r_4\\ \end{array}\right)$.

The namespace Math2d offers various functions operating on this data type.

Definition at line 101 of file Math2d.h.


Member Data Documentation

float Mat2d::r1

Definition at line 103 of file Math2d.h.

float Mat2d::r2

Definition at line 103 of file Math2d.h.

float Mat2d::r3

Definition at line 103 of file Math2d.h.

float Mat2d::r4

Definition at line 103 of file Math2d.h.


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


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58