Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: site/user/api/skmatrix.md

Issue 1127383010: Documentation: SkCanvas API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-05-19 (Tuesday) 13:19:57 EDT Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/user/api/skcanvas.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/api/skmatrix.md
diff --git a/site/user/api/skmatrix.md b/site/user/api/skmatrix.md
new file mode 100644
index 0000000000000000000000000000000000000000..3048cdc19fbca67eac01d7ba30b4187158748206
--- /dev/null
+++ b/site/user/api/skmatrix.md
@@ -0,0 +1,12 @@
+SkMatrix
+========
+
+*3x3 transforms*
+
+<!-- Updated Mar 4, 2011 -->
+
+Skia is a 2D graphics engine, but it supports a full 3x3
+transformation matrix. This allow it to draw anything (bitmaps, text,
+rectangles, paths) in perspective. SkCamera is a helper class that
+models a camera in 3D, and can be used to generate the proper matrix
+for a given 3D view of the plane.
« no previous file with comments | « site/user/api/skcanvas.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698