<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ARToolKit API Documentation
</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main
Page
</span></a></li>
<li id="current"><a href="annotated.html"><span>Data
Structures
</span></a></li>
<li><a href="files.html"><span>Files
</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data
Structures
</span></a></li>
<li><a href="hierarchy.html"><span>Class
Hierarchy
</span></a></li>
</ul></div>
<h1>ARMat Struct Reference
</h1><!-- doxytag: class="ARMat" -->matrix structure.
<a href="#_details">More...
</a>
<p>
<code>#include
<matrix.h
></code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields
</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3b919177e92815e987b07ab165da01a7"></a><!-- doxytag: member="ARMat::m" ref="3b919177e92815e987b07ab165da01a7" args="" -->
double *
</td><td class="memItemRight" valign="bottom"><b>m
</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0160fe7dfa8111eed279781649c5549a"></a><!-- doxytag: member="ARMat::row" ref="0160fe7dfa8111eed279781649c5549a" args="" -->
int
</td><td class="memItemRight" valign="bottom"><b>row
</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="87acc8f1caab5cf519ec7566325915ae"></a><!-- doxytag: member="ARMat::clm" ref="87acc8f1caab5cf519ec7566325915ae" args="" -->
int
</td><td class="memItemRight" valign="bottom"><b>clm
</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description
</h2>
matrix structure.
<p>
Defined the structure of the matrix type based on a dynamic allocation. The matrix format is :
<br>
<---- clm ---
><br>
[ 10 20 30 ] ^
<br>
[ 20 10 15 ] |
<br>
[ 12 23 13 ] row
<br>
[ 20 10 15 ] |
<br>
[ 13 14 15 ] v
<br>
<p>
<dl compact><dt><b>Parameters:
</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>m
</em> </td><td>content of matrix
</td></tr>
<tr><td valign="top"></td><td valign="top"><em>row
</em> </td><td>number of lines in matrix
</td></tr>
<tr><td valign="top"></td><td valign="top"><em>clm
</em> </td><td>number of column in matrix
</td></tr>
</table>
</dl>
<p>
<hr>The documentation for this struct was generated from the following file:
<ul>
<li><a class="el" href="matrix_8h.html">matrix.h
</a></ul>
<small>Generated with
<a href="http://www.doxygen.org/index.html">Doxygen
</a><br>
Copyright © 2004-2006. HIT Lab NZ. All Rights Reserved.
</small>
</body>
</html>