Commit f42cff91 authored by Davis King's avatar Davis King

Updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402982
parent a73c1619
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
<item>vector</item> <item>vector</item>
<item>point</item> <item>point</item>
<item>rotate_point</item> <item>rotate_point</item>
<item>point_rotator</item>
<item>centered_rect</item> <item>centered_rect</item>
<item>translate_rect</item> <item>translate_rect</item>
<item>resize_rect</item> <item>resize_rect</item>
...@@ -899,6 +900,19 @@ ...@@ -899,6 +900,19 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>point_rotator</name>
<file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/vector_abstract.h</spec_file>
<description>
This is an object that rotates a 2D <a href="#vector">vector</a> or
<a href="#point">point</a> object about the origin.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -410,6 +410,7 @@ ...@@ -410,6 +410,7 @@
<term link="algorithms.html#vector" name="vector"/> <term link="algorithms.html#vector" name="vector"/>
<term link="algorithms.html#point" name="point"/> <term link="algorithms.html#point" name="point"/>
<term link="algorithms.html#rotate_point" name="rotate_point"/> <term link="algorithms.html#rotate_point" name="rotate_point"/>
<term link="algorithms.html#point_rotator" name="point_rotator"/>
<term link="algorithms.html#running_stats" name="running_stats"/> <term link="algorithms.html#running_stats" name="running_stats"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment