Add to git.
[c2lib.git] / doc / point_distance_to_line.3.html
1 <html>
2 <head>
3 <meta name="generator" content="groff -Thtml, see www.gnu.org">
4 <meta name="Content-Style" content="text/css">
5 <title>point_distance_to_line</title>
6 </head>
7 <body>
8
9 <h1 align=center>point_distance_to_line</h1>
10 <a href="#NAME">NAME</a><br>
11 <a href="#SYNOPSIS">SYNOPSIS</a><br>
12 <a href="#DESCRIPTION">DESCRIPTION</a><br>
13 <a href="#AUTHOR">AUTHOR</a><br>
14 <a href="#LICENSE">LICENSE</a><br>
15 <a href="#VERSION">VERSION</a><br>
16 <a href="#SEE ALSO">SEE ALSO</a><br>
17
18 <hr>
19 <!-- Creator     : groff version 1.17.2 -->
20 <!-- CreationDate: Fri May  3 14:57:35 2002 -->
21 <a name="NAME"></a>
22 <h2>NAME</h2>
23 <table width="100%" border=0 rules="none" frame="void"
24        cols="2" cellspacing="0" cellpadding="0">
25 <tr valign="top" align="left">
26 <td width="10%"></td><td width="90%">
27 point_distance_to_line - shortest distance from a point to a line</td></table>
28 <a name="SYNOPSIS"></a>
29 <h2>SYNOPSIS</h2>
30
31 <table width="100%" border=0 rules="none" frame="void"
32        cols="2" cellspacing="0" cellpadding="0">
33 <tr valign="top" align="left">
34 <td width="10%"></td><td width="90%">
35 <pre><b>#include &lt;matvec.h&gt;
36
37 float point_distance_to_line (const float *point, const float *line_point, const float *line_vector);
38 </b></pre></td></table>
39 <a name="DESCRIPTION"></a>
40 <h2>DESCRIPTION</h2>
41
42 <table width="100%" border=0 rules="none" frame="void"
43        cols="2" cellspacing="0" cellpadding="0">
44 <tr valign="top" align="left">
45 <td width="10%"></td><td width="90%">
46 Given a <b>point</b> and a line, expressed as
47 <b>line_point</b> and parallel <b>line_vector</b>, compute
48 the shortest distance from the point to the
49 line.</td></table>
50 <a name="AUTHOR"></a>
51 <h2>AUTHOR</h2>
52
53 <table width="100%" border=0 rules="none" frame="void"
54        cols="2" cellspacing="0" cellpadding="0">
55 <tr valign="top" align="left">
56 <td width="10%"></td><td width="90%">
57 Richard Jones &lt;rich@annexia.org&gt;</td></table>
58 <a name="LICENSE"></a>
59 <h2>LICENSE</h2>
60
61 <table width="100%" border=0 rules="none" frame="void"
62        cols="2" cellspacing="0" cellpadding="0">
63 <tr valign="top" align="left">
64 <td width="10%"></td><td width="90%">
65 GNU LGPL (see http://www.gnu.org/)</td></table>
66 <a name="VERSION"></a>
67 <h2>VERSION</h2>
68
69 <table width="100%" border=0 rules="none" frame="void"
70        cols="2" cellspacing="0" cellpadding="0">
71 <tr valign="top" align="left">
72 <td width="10%"></td><td width="90%">
73 c2lib-1.2.13</td></table>
74 <a name="SEE ALSO"></a>
75 <h2>SEE ALSO</h2>
76
77 <table width="100%" border=0 rules="none" frame="void"
78        cols="2" cellspacing="0" cellpadding="0">
79 <tr valign="top" align="left">
80 <td width="10%"></td><td width="90%">
81 <b>point_distance_to_plane(3)</b>,
82 <b>point_distance_to_face(3)</b>,
83 <b>point_distance_to_line_segment(3)</b>.</td></table>
84 <hr>
85 </body>
86 </html>