/usr/share/doc/libcal3d-doc/html/classCalBoundingBox.html is in libcal3d-doc 0.11.0-4.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | <html>
<head>
<title>CalBoundingBox Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td class="md" align="center">
<small>
<b>- Cal3D 0.11 API Reference -</b>
</small>
</td>
</tr>
</table>
<br>
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> |
<a href="classCalBoundingBox-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">CalBoundingBox Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>The bounding box class.
<a href="classCalBoundingBox.html#details">More...</a></p>
<p><code>#include <<a class="el" href="vector_8h_source.html">vector.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ada6f0434afc82c6ed22b597b5a72383e"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCalBoundingBox.html#ada6f0434afc82c6ed22b597b5a72383e">computePoints</a> (<a class="el" href="classCalVector.html">CalVector</a> *p)</td></tr>
<tr class="memdesc:ada6f0434afc82c6ed22b597b5a72383e"><td class="mdescLeft"> </td><td class="mdescRight">Computes points of a bounding box. <a href="#ada6f0434afc82c6ed22b597b5a72383e">More...</a><br/></td></tr>
<tr class="separator:ada6f0434afc82c6ed22b597b5a72383e"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:af23822acdfd4edf620d399535e24d3ce"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af23822acdfd4edf620d399535e24d3ce"></a>
<a class="el" href="classCalPlane.html">CalPlane</a> </td><td class="memItemRight" valign="bottom"><b>plane</b> [6]</td></tr>
<tr class="separator:af23822acdfd4edf620d399535e24d3ce"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The bounding box class. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ada6f0434afc82c6ed22b597b5a72383e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void CalBoundingBox::computePoints </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCalVector.html">CalVector</a> * </td>
<td class="paramname"><em>p</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Computes points of a bounding box. </p>
<p>This function computes the 8 points of a bounding box.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">p</td><td>A pointer to <a class="el" href="classCalVector.html" title="The vector class. ">CalVector</a>[8], the 8 points of the bounding box </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="vector_8h_source.html">vector.h</a></li>
<li>vector.cpp</li>
</ul>
</div><!-- contents -->
<hr>
<center>
<small>
Generated at Wed Dec 25 2013 07:47:26 by
<a href="http://gna.org/projects/cal3d/">The Cal3D Team</a>
with
<a href="http://www.doxygen.org/index.html">
Doxygen 1.8.5
</a>
</small>
</center>
</body>
</html>
|