Android OpenGL ES coordinate system and Android view Coordinate System

Source: Internet
Author: User

FromArticle: [Android source code] Android graphic rendering (skia EGL OpenGL ES)

Android OpenGL ES coordinate system: it is three-dimensional (of course there are also two-dimensional, but there is no Z axis, there is no difference), the coordinate origin of the coordinate system is in the center of the screen, the X axis is horizontal to the right, Y axis vertical up, Z axis vertical screen, forward outward. The coordinate system of gles can be understood as follows. The XOZ plane is a ground plane, and the Y axis represents the height. We will try to maintain this style in future development. Otherwise, you will encounter many problems in coordinate transformation.

Android view coordinate system: in the upper left corner of the screen, the coordinates are (0, 0), the right is the positive direction of the X axis, and the downward is the positive direction of the Y axis.

Note: The coordinates and locations described above are all based on the mobile phone placement method.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.