Skip to content

Commit 50b9227

Browse files
dirkschulzesvgeesus
authored andcommitted
Rename Point dictionary to CSSPoint dictionary
1 parent 8471af3 commit 50b9227

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

matrix/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-07-02 Dirk Schulze <dschulze@adobe.com>
2+
Rename Point dictionary to CSSPoint dictionary.
3+
14
2013-06-29 Dirk Schulze <dschulze@adobe.com>
25
Incorporated feedback and added more references to CSS Transforms.
36
Translation, Rotation, Scale and Skew matrices described and referenced by CSS Transforms.

matrix/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ <h2>Terminology</h2>
6363
</section>
6464

6565
<section>
66-
<h2>The <a>Point</a> dictionary</h2>
66+
<h2>The <a>CSSPoint</a> dictionary</h2>
6767
<p>
6868
A 2D points and 3D points are represented by the following WebIDL dictionary:
6969
</p>
7070

71-
<dl title='dictionary Point' class='idl'>
71+
<dl title='dictionary CSSPoint' class='idl'>
7272
<dt>unrestricted double x = 0</dt>
7373
<dd>
7474
The x coordinate of the point.
@@ -688,11 +688,11 @@ <h3>Helper methods</h3>
688688
<dd>
689689
Returns the determinant of the current matrix.
690690
</dd>
691-
<dt>Point transformPoint()</dt>
691+
<dt>CSSPoint transformPoint()</dt>
692692
<dd>
693693
<dl class='parameters'>
694-
<dt>Point point</dt>
695-
<dd>A Point dictionary.</dd>
694+
<dt>CSSPoint point</dt>
695+
<dd>A CSSPoint dictionary.</dd>
696696
</dl>
697697
The point is post-multiplied on the current matrix and returns the resulting point. <code>point</code> is not modified.
698698
</dd>

0 commit comments

Comments
 (0)