########
Matrix3d
########

.. cpp:namespace:: SC::Store::Matrix3d

.. default-domain:: cpp

Fields
======

====== ===================================
float  :cpp:var:`~SC::Store::Matrix3d::m` 
====== ===================================

Functions
=========

===== =================================================================================================
bool  :cpp:func:`operator== <bool SC::Store::Matrix3d::operator==(Matrix3d const &that) const>`        
bool  :cpp:func:`operator!= <bool SC::Store::Matrix3d::operator!=(Matrix3d const &that) const>`        
void  :cpp:func:`SetIdentity <void SC::Store::Matrix3d::SetIdentity()>`                                
void  :cpp:func:`SetTranslation <void SC::Store::Matrix3d::SetTranslation(float x, float y, float z)>` 
void  :cpp:func:`Translate <void SC::Store::Matrix3d::Translate(float x, float y, float z)>`           
===== =================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenstruct:: SC::Store::Matrix3d
   :project: libsc
   :members:
   :undoc-members:



