Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
4dc45f96
Commit
4dc45f96
authored
Sep 20, 2018
by
Jehan
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgimpmath: fix typo in various places: s/orthognal/orthogonal/.
parent
a1b08a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libgimpmath/gimpvector.c
libgimpmath/gimpvector.c
+4
-4
No files found.
libgimpmath/gimpvector.c
View file @
4dc45f96
...
...
@@ -346,7 +346,7 @@ gimp_vector2_sub_val (GimpVector2 vector1,
* @vector2: a pointer to the second #GimpVector2.
*
* Computes the inner (dot) product of two 2D vectors.
* This product is zero if and only if the two vectors are orthognal.
* This product is zero if and only if the two vectors are orthog
o
nal.
*
* Returns: The inner product.
**/
...
...
@@ -380,7 +380,7 @@ gimp_vector2_inner_product_val (GimpVector2 vector1,
* @vector2: a pointer to the second #GimpVector2.
*
* Compute the cross product of two vectors. The result is a
* #GimpVector2 which is orthognal to both @vector1 and @vector2. If
* #GimpVector2 which is orthog
o
nal to both @vector1 and @vector2. If
* @vector1 and @vector2 are parallel, the result will be the nul
* vector.
*
...
...
@@ -816,7 +816,7 @@ gimp_vector3_sub_val (GimpVector3 vector1,
* @vector2: a pointer to the second #GimpVector3.
*
* Computes the inner (dot) product of two 3D vectors. This product
* is zero if and only if the two vectors are orthognal.
* is zero if and only if the two vectors are orthog
o
nal.
*
* Returns: The inner product.
**/
...
...
@@ -854,7 +854,7 @@ gimp_vector3_inner_product_val (GimpVector3 vector1,
* @vector2: a pointer to the second #GimpVector3.
*
* Compute the cross product of two vectors. The result is a
* #GimpVector3 which is orthognal to both @vector1 and @vector2. If
* #GimpVector3 which is orthog
o
nal to both @vector1 and @vector2. If
* @vector1 and @vector2 and parallel, the result will be the nul
* vector.
*
...
...
Jehan
@Jehan
mentioned in commit
4e58d00e
·
Nov 07, 2018
mentioned in commit
4e58d00e
mentioned in commit 4e58d00eaeed43dd767e7304a1c1628ef2f6bf5c
Toggle commit list
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