IVT
Mat3d Struct Reference

Data structure for the representation of a 3x3 matrix. More...

#include <Math3d.h>

Public Attributes

float r1
 
float r2
 
float r3
 
float r4
 
float r5
 
float r6
 
float r7
 
float r8
 
float r9
 

Detailed Description

Data structure for the representation of a 3x3 matrix.

This data structure the matrix

$\left(\begin{array}{ccc} r_1 & r_2 & r_3\\ r_4 & r_5 & r_6\\ r_7 & r_8 & r_9\\ \end{array}\right)$.

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

Definition at line 93 of file Math3d.h.

Member Data Documentation

float Mat3d::r1

Definition at line 95 of file Math3d.h.

float Mat3d::r2

Definition at line 95 of file Math3d.h.

float Mat3d::r3

Definition at line 95 of file Math3d.h.

float Mat3d::r4

Definition at line 95 of file Math3d.h.

float Mat3d::r5

Definition at line 95 of file Math3d.h.

float Mat3d::r6

Definition at line 95 of file Math3d.h.

float Mat3d::r7

Definition at line 95 of file Math3d.h.

float Mat3d::r8

Definition at line 95 of file Math3d.h.

float Mat3d::r9

Definition at line 95 of file Math3d.h.


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