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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « site/user/api/skcanvas.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 SkMatrix
2 ========
3
4 *3x3 transforms*
5
6 <!-- Updated Mar 4, 2011 -->
7
8 Skia is a 2D graphics engine, but it supports a full 3x3
9 transformation matrix. This allow it to draw anything (bitmaps, text,
10 rectangles, paths) in perspective. SkCamera is a helper class that
11 models a camera in 3D, and can be used to generate the proper matrix
12 for a given 3D view of the plane.
OLDNEW
« 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