Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
6d08a413
Commit
6d08a413
authored
Jan 26, 2015
by
Davis King
Browse files
updated docs
parent
e0f7b41a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/linear_algebra.xml
View file @
6d08a413
...
@@ -599,6 +599,7 @@
...
@@ -599,6 +599,7 @@
<name>
2D/3D Geometry
</name>
<name>
2D/3D Geometry
</name>
<item>
border_enumerator
</item>
<item>
border_enumerator
</item>
<item>
rectangle
</item>
<item>
rectangle
</item>
<item>
drectangle
</item>
<item>
vector
</item>
<item>
vector
</item>
<item>
point
</item>
<item>
point
</item>
<item>
rotate_point
</item>
<item>
rotate_point
</item>
...
@@ -1175,6 +1176,20 @@
...
@@ -1175,6 +1176,20 @@
</description>
</description>
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
drectangle
</name>
<file>
dlib/geometry.h
</file>
<spec_file>
dlib/geometry/drectangle_abstract.h
</spec_file>
<description>
This object represents a rectangular region inside a Cartesian
coordinate system. It is very similar to the
<a
href=
"#rectangle"
>
rectangle
</a>
except that it uses double variables instead of longs to represent the location of the rectangle.
Therefore, it can position rectangles with sub-pixel accuracy.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
6d08a413
...
@@ -202,6 +202,7 @@
...
@@ -202,6 +202,7 @@
<term
file=
"algorithms.html"
name=
"disjoint_subsets"
include=
"dlib/disjoint_subsets.h"
/>
<term
file=
"algorithms.html"
name=
"disjoint_subsets"
include=
"dlib/disjoint_subsets.h"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
include=
"dlib/disjoint_subsets.h"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
include=
"dlib/disjoint_subsets.h"
/>
<term
file=
"linear_algebra.html"
name=
"rectangle"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"rectangle"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"drectangle"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"border_enumerator"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"border_enumerator"
include=
"dlib/geometry.h"
/>
<term
file=
"graph_tools.html"
name=
"edge"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"edge"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"is_join_tree"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"is_join_tree"
include=
"dlib/graph_utils.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment