File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2013-07-02 Dirk Schulze <dschulze@adobe.com>
2+ Rename Point dictionary to CSSPoint dictionary.
3+
142013-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.
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments