/usr/share/doc/libdime-doc/html/classdimeVec2f.html is in libdime-doc 0.20030921-2.
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 | <HTML>
<HEAD>
<TITLE>DIME Source Code Documentation</TITLE>
<META NAME=description
CONTENT="Documentation for DIME">
<META NAME=keywords
CONTENT="DXF, AutoCAD, C++ class library">
</HEAD>
<BODY>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a></div>
<h1>dimeVec2f Class Reference</h1><!-- doxytag: class="dimeVec2f" -->The dimeVec2f class is for containing and operating on a 2D vector / coordinate.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="Linear_8h-source.html">dime/util/Linear.h</a>></code>
<p>
<a href="classdimeVec2f-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1"></a><!-- doxytag: member="dimeVec2f::dimeVec2f" ref="a1" args="(const dimeVec2f &vec)" -->
</td><td class="memItemRight" valign="bottom"><b>dimeVec2f</b> (const <a class="el" href="classdimeVec2f.html">dimeVec2f</a> &vec)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2"></a><!-- doxytag: member="dimeVec2f::dimeVec2f" ref="a2" args="(dxfdouble _x, dxfdouble _y)" -->
</td><td class="memItemRight" valign="bottom"><b>dimeVec2f</b> (dxfdouble _x, dxfdouble _y)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3"></a><!-- doxytag: member="dimeVec2f::setValue" ref="a3" args="(const dxfdouble _x, const dxfdouble _y)" -->
void </td><td class="memItemRight" valign="bottom"><b>setValue</b> (const dxfdouble _x, const dxfdouble _y)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4"></a><!-- doxytag: member="dimeVec2f::print" ref="a4" args="() const " -->
void </td><td class="memItemRight" valign="bottom"><b>print</b> () const </td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5"></a><!-- doxytag: member="dimeVec2f::print" ref="a5" args="(const char *s)" -->
void </td><td class="memItemRight" valign="bottom"><b>print</b> (const char *s)</td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o0"></a><!-- doxytag: member="dimeVec2f::x" ref="o0" args="" -->
dxfdouble </td><td class="memItemRight" valign="bottom"><b>x</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o1"></a><!-- doxytag: member="dimeVec2f::y" ref="o1" args="" -->
dxfdouble </td><td class="memItemRight" valign="bottom"><b>y</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The dimeVec2f class is for containing and operating on a 2D vector / coordinate.
<p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="Linear_8h-source.html">Linear.h</a></ul>
<HR>
<DIV ALIGN=right>
<FONT SIZE=-2><I>
Copyright © 1998-1999, <A HREF=http://www.sim.no/>Systems In Motion</A>
<<A HREF=mailto:sales@sim.no>sales@sim.no</A>>.
All rights reserved.
<BR>
System documentation was generated using
<A HREF=http://www.stack.nl/~dimitri/doxygen/>doxygen</A>.
</I></FONT>
<DIV ALIGN=left>
</BODY>
</HTML>
|