13CAD
CAD-like software based on C++, Qt and VTK.
 All Classes Files Functions Variables Friends
Public Member Functions | Protected Attributes | List of all members
Matrix3x3 Class Reference

#include <matrix.h>

Public Member Functions

void setDiagonal (Vector3D &v)
 

Protected Attributes

std::vector< float > values
 

Detailed Description

3x3 matrix.

Member Function Documentation

void Matrix3x3::setDiagonal ( Vector3D v)

Set diagonal of the matrix

Member Data Documentation

std::vector<float> Matrix3x3::values
protected

Values that make up the matrix


The documentation for this class was generated from the following files: