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
9cc8e568
Commit
9cc8e568
authored
Dec 11, 2012
by
Davis King
Browse files
fixed typo in spec
parent
0f9f0e77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
dlib/geometry/point_transforms_abstract.h
dlib/geometry/point_transforms_abstract.h
+1
-1
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+5
-5
No files found.
dlib/geometry/point_transforms_abstract.h
View file @
9cc8e568
...
@@ -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
{
{
...
...
docs/docs/linear_algebra.xml
View file @
9cc8e568
...
@@ -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>
...
...
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