Commit 9cc8e568 authored by Davis King's avatar Davis King

fixed typo in spec

parent 0f9f0e77
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#ifdef DLIB_POINT_TrANSFORMS_ABSTRACT_H__ #ifdef DLIB_POINT_TrANSFORMS_ABSTRACT_H__
#include "../matrix/matrix_abstract.h" #include "../matrix/matrix_abstract.h"
#include "../vector_abstract.h" #include "vector_abstract.h"
namespace dlib namespace dlib
{ {
......
...@@ -958,7 +958,7 @@ ...@@ -958,7 +958,7 @@
<component> <component>
<name>rotate_point</name> <name>rotate_point</name>
<file>dlib/geometry.h</file> <file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/vector_abstract.h</spec_file> <spec_file link="true">dlib/geometry/point_transforms_abstract.h</spec_file>
<description> <description>
This is a function that rotates a 2D <a href="#vector">vector</a> or This is a function that rotates a 2D <a href="#vector">vector</a> or
<a href="#point">point</a> object about a given point. <a href="#point">point</a> object about a given point.
...@@ -971,7 +971,7 @@ ...@@ -971,7 +971,7 @@
<component> <component>
<name>point_rotator</name> <name>point_rotator</name>
<file>dlib/geometry.h</file> <file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/vector_abstract.h</spec_file> <spec_file link="true">dlib/geometry/point_transforms_abstract.h</spec_file>
<description> <description>
This is an object that rotates a 2D <a href="#vector">vector</a> or This is an object that rotates a 2D <a href="#vector">vector</a> or
<a href="#point">point</a> object about the origin. <a href="#point">point</a> object about the origin.
...@@ -984,7 +984,7 @@ ...@@ -984,7 +984,7 @@
<component> <component>
<name>point_transform</name> <name>point_transform</name>
<file>dlib/geometry.h</file> <file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/vector_abstract.h</spec_file> <spec_file link="true">dlib/geometry/point_transforms_abstract.h</spec_file>
<description> <description>
This is an object that rotates a 2D <a href="#vector">vector</a> or This is an object that rotates a 2D <a href="#vector">vector</a> or
<a href="#point">point</a> object about the origin and then adds a <a href="#point">point</a> object about the origin and then adds a
...@@ -998,7 +998,7 @@ ...@@ -998,7 +998,7 @@
<component> <component>
<name>point_transform_affine</name> <name>point_transform_affine</name>
<file>dlib/geometry.h</file> <file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/vector_abstract.h</spec_file> <spec_file link="true">dlib/geometry/point_transforms_abstract.h</spec_file>
<description> <description>
This is an object that applies an affine transformation to a <a href="#vector">vector</a> or This is an object that applies an affine transformation to a <a href="#vector">vector</a> or
<a href="#point">point</a>. <a href="#point">point</a>.
...@@ -1011,7 +1011,7 @@ ...@@ -1011,7 +1011,7 @@
<component> <component>
<name>rotation_matrix</name> <name>rotation_matrix</name>
<file>dlib/geometry.h</file> <file>dlib/geometry.h</file>
<spec_file link="true">dlib/geometry/vector_abstract.h</spec_file> <spec_file link="true">dlib/geometry/point_transforms_abstract.h</spec_file>
<description> <description>
This is a method for creating 2D rotation matrices. This is a method for creating 2D rotation matrices.
</description> </description>
......
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