This commit is contained in:
sloop
2016-03-11 00:18:36 +08:00
parent a78686a0fe
commit 54114d77aa

View File

@@ -5,7 +5,14 @@
### 作者微博: [@攻城师sloop](http://weibo.com/5459430586)
## 问题列表
## 自定义View系列
### 基础篇
文章 | 简介
:---:|:---
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Base/%5B1%5DCoordinateSystem.md" target="_blank"/><img src="http://ww4.sinaimg.cn/large/005Xtdi2jw1f1s7ulgixgj30rs0dwmzx.jpg" width=300 height=100 /> | 由于移动设备一般定义屏幕左上角为坐标原点,向右为 x 轴增大方向,向下为 y 轴增大方向,所以在手机屏幕上的坐标系与数学中常见的坐标系是稍微有点差别的。
问题 | 描述
--- | ---
[Canvas(4)](https://github.com/GcsSloop/AndroidNote/blob/master/%E9%97%AE%E9%A2%98/Canvas/Path/Path(1).md) | Path1~直线