aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkMatrix_Reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/user/api/SkMatrix_Reference.md')
-rw-r--r--site/user/api/SkMatrix_Reference.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md
index d2ffdd14ad..4c891add50 100644
--- a/site/user/api/SkMatrix_Reference.md
+++ b/site/user/api/SkMatrix_Reference.md
@@ -117,6 +117,7 @@ SkMatrix related constants are defined by <code>enum</code>, <code>enum class</c
<td style='text-align: left; border: 2px solid #dddddd; padding: 8px; '>translation <a href='#Matrix'>Matrix</a></td>
</tr>
</table>
+
<a href='#Matrix'>Matrix</a> holds a 3x3 matrix for transforming coordinates. This allows mapping
<a href='SkPoint_Reference#Point'>Points</a> and <a href='SkPoint_Reference#Vector'>Vectors</a> with translation, scaling, skewing, rotation, and
perspective.
@@ -498,7 +499,6 @@ SkMatrix member functions read and modify the structure properties.
</tr>
</table>
-
## <a name='Related_Function'>Related Function</a>
@@ -532,7 +532,6 @@ SkMatrix global, <code>struct</code>, and <code>class</code> related member func
</tr>
</table>
-
## <a name='Constructor'>Constructor</a>
@@ -666,7 +665,6 @@ SkMatrix can be constructed or initialized by these functions, including C++ cla
</tr>
</table>
-
<a name='SkMatrix_MakeScale'></a>
## MakeScale
@@ -1027,7 +1025,6 @@ after setPolyToPoly: kTranslate_Mask kScale_Mask kAffine_Mask kPerspective_Mask
</tr>
</table>
-
<a name='SkMatrix_getType'></a>
## getType
@@ -1688,7 +1685,6 @@ SkMatrix operators inline class member functions with arithmetic equivalents.
</tr>
</table>
-
<a name='SkMatrix_array_operator'></a>
## operator[]
@@ -2209,7 +2205,6 @@ after dirty cache: x = 66
</tr>
</table>
-
<a name='SkMatrix_set'></a>
## set
@@ -4443,7 +4438,6 @@ ScaleX: 2 SkewY: 5 SkewX: 3 ScaleY: 6 TransX: 4 TransY: 7
</tr>
</table>
-
<a name='SkMatrix_mapPoints'></a>
## mapPoints
@@ -5339,7 +5333,6 @@ true if <a href='#Matrix'>Matrix</a> <a href='#SkMatrix_notequal_operator_a'>a</
</tr>
</table>
-
<a name='SkMatrix_dump'></a>
## dump