Commit f9eab488 authored by Davis King's avatar Davis King

updated docs

parent 3ee460da
......@@ -631,6 +631,7 @@
<item>get_rect</item>
<item>centered_rect</item>
<item>set_aspect_ratio</item>
<item>set_rect_area</item>
<item>center</item>
<item>dcenter</item>
<item>shrink_rect</item>
......@@ -1045,6 +1046,19 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>set_rect_area</name>
<file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/rectangle_abstract.h</spec_file>
<description>
This function reshapes a <a href="#rectangle">rectangle</a> so that
it has a user specified area.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -170,6 +170,7 @@
<term file="linear_algebra.html" name="resize_rect_height" include="dlib/geometry.h"/>
<term file="linear_algebra.html" name="centered_rect" include="dlib/geometry.h"/>
<term file="linear_algebra.html" name="set_aspect_ratio" include="dlib/geometry.h"/>
<term file="linear_algebra.html" name="set_rect_area" include="dlib/geometry.h"/>
<term file="linear_algebra.html" name="center" include="dlib/geometry.h"/>
<term file="linear_algebra.html" name="nearest_point" include="dlib/geometry.h"/>
<term file="linear_algebra.html" name="nearest_rect" include="dlib/geometry.h"/>
......
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