Public Attributes

CC3Matrix3x3 Union Reference

A structure representing a 3x3 matrix, with data stored in column-major order. More...

#include <CC3Matrix3x3.h>

Collaboration diagram for CC3Matrix3x3:
Collaboration graph
[legend]

List of all members.

Public Attributes

GLfloat colRow [kCC3Matrix3x3ColumnCount][kCC3Matrix3x3RowCount]
CC3Vector columns [kCC3Matrix3x3ColumnCount]
GLfloat elements [kCC3Matrix3x3ElementCount]
GLfloat c1r1
GLfloat c1r2
GLfloat c1r3
GLfloat c2r1
GLfloat c2r2
GLfloat c2r3
GLfloat c3r1
GLfloat c3r2
GLfloat c3r3
CC3Vector col1
CC3Vector col2
CC3Vector col3

Detailed Description

A structure representing a 3x3 matrix, with data stored in column-major order.

CC3Matrix3x3 offers several ways to access the matrix content. Content can be accessed by element array index, by element column and row number, or as column vectors.


Member Data Documentation

The element at column 1, row 1.

The element at column 1, row 2.

The element at column 1, row 3.

The element at column 2, row 1.

The element at column 2, row 2.

The element at column 2, row 3.

The element at column 3, row 1.

The element at column 3, row 2.

The element at column 3, row 3.

The first column as a 3D vector.

The second column as a 3D vector.

The third column as a 3D vector.

GLfloat CC3Matrix3x3::colRow[kCC3Matrix3x3ColumnCount][kCC3Matrix3x3RowCount]

The elements as zero-based indexed columns and rows.

CC3Vector CC3Matrix3x3::columns[kCC3Matrix3x3ColumnCount]

The three columns as zero-based indexed 3D vectors.

GLfloat CC3Matrix3x3::elements[kCC3Matrix3x3ElementCount]

The elements in array form.

You can also simply cast the entire union to an array of GLfloats.


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