Skip to content

Commit 9692d38

Browse files
committed
Remove end-of-line whitespace
1 parent 957029b commit 9692d38

2 files changed

Lines changed: 90 additions & 90 deletions

File tree

css3-transforms/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.term {
1515
font-style: italic;
1616
}
17-
17+
1818
.todo {
1919
font-weight: bold;
2020
border-left: 0.5em solid #f44;
@@ -1367,7 +1367,7 @@ <h3 id=svg-object-bounding-box><span class=secno>7.6. </span>Object
13671367
transform-origin: 50% 50%;
13681368
}
13691369
&lt;/style&gt;
1370-
1370+
13711371
&lt;defs&gt;
13721372
&lt;pattern id="pattern-1"&gt;
13731373
&lt;rect id="rect1" width="100" height="100" fill="blue" /&gt;
@@ -2285,15 +2285,15 @@ <h3 id=unmatrix><span class=secno>16.1. </span>Unmatrix</h3>
22852285
double determinant(matrix) returns the 4x4 determinant of the matrix
22862286
matrix inverse(matrix) returns the inverse of the passed matrix
22872287
matrix transpose(matrix) returns the transpose of the passed matrix
2288-
point multVecMatrix(point, matrix) multiplies the passed point by the passed matrix
2288+
point multVecMatrix(point, matrix) multiplies the passed point by the passed matrix
22892289
and returns the transformed point
22902290
double length(point) returns the length of the passed vector
22912291
point normalize(point) normalizes the length of the passed point to 1
22922292
double dot(point, point) returns the dot product of the passed points
22932293
double cos(double) returns the cosine of the passed angle in radians
22942294
double asin(double) returns the arcsine in radians of the passed value
2295-
double atan2(double y, double x) returns the principal value of the arc tangent of
2296-
y/x, using the signs of both arguments to determine
2295+
double atan2(double y, double x) returns the principal value of the arc tangent of
2296+
y/x, using the signs of both arguments to determine
22972297
the quadrant of the return value
22982298

22992299
Decomposition also makes use of the following function:

0 commit comments

Comments
 (0)