From f777bcb80db0620f528a07b25d0df1e456888470 Mon Sep 17 00:00:00 2001 From: sloop Date: Tue, 5 Jan 2016 08:39:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=9D=90=E6=A0=87=E7=B3=BB.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 问题/坐标系.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/问题/坐标系.md b/问题/坐标系.md index e69de29..48c4114 100644 --- a/问题/坐标系.md +++ b/问题/坐标系.md @@ -0,0 +1,3 @@ +# 安卓中的坐标系 + +由于移动设备一般定义屏幕左上角为坐标原点,向右为x轴增大方向,向下问y轴增大方向,所以在手机屏幕上的坐标系与数学上一般的坐标系是稍微有点差别的,详情加下图。