了解Android中的android.graphics.Camera对象

发布于 2024-12-10 22:14:09 字数 329 浏览 0 评论 0原文

我正在为我的学士论文开发 Android AR 应用程序。

我在包 android.graphics 中找到了 Camera 类(sdk 链接:http://developer.android.com/reference/android/graphics/Camera.html),我不明白该方法 dotWithNormal() 是什么?

您有使用该对象的教程吗?

I am developing an Android AR app for my bachelor's Thesis.

I found the Camera class in package android.graphics (sdk link: http://developer.android.com/reference/android/graphics/Camera.html) and I didn't understand what the method dotWithNormal()?

Do you have any tutorial in which this object is used?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提笔落墨 2024-12-17 22:14:09

它对于操作附加到 CanvasMatrix 非常有用,特别是在不使用 OpenGL 的情况下实现巧妙的 3D 效果。

这个 3D 翻转效果使用了它,IIRC。

It's very useful for manipulating the Matrix attached to a Canvas, in particular for doing clever 3D effects without OpenGL.

This 3D flip effect uses it, IIRC.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文