码迷,mamicode.com
首页 >  
搜索关键字:rotation    ( 305个结果
关于Rotation和Quaternion的一些问题
当我们使用unity的时候,面对一个物体,一个不可避免的问题就是:控制物体的旋转。unity的Transform组件的第二个属性Rotation为我们提供控制物体旋转的功能。在一个物体的Inspector面板中,我们可以看到三个信息(X,Y,Z)。但是unity同时还具有Quaternion(四元数 ...
分类:其他好文   时间:2016-08-01 21:01:06    阅读次数:144
CGAffineTransform相关函数
CoreGraphics.h CGAffineTransform rotation = CGAffineTransformMakeRotation(M_PI_2);?[xxx setTransform:rotation];?呵呵就这么简单的两行代码就可以实现了!顺便记录一些常量,以后用的着!#def ...
分类:Web程序   时间:2016-08-01 19:02:34    阅读次数:183
unity, eulerAngle
unity中欧拉角规定如下: A rotation that rotates euler.z degrees around the z axis, euler.x degrees around the x axis, and euler.y degrees around the y axis (in ...
分类:编程语言   时间:2016-07-14 21:37:45    阅读次数:394
照片颠倒问题及查询摄像头参数问题的解决
Parameters params = mCamera.getParameters(); // params.setPreviewSize(width, height); params.set("rotation", 90); -- 解决:拍摄的照片在电脑上打开一看,仍然是倾斜的。倾斜了90° mC ...
分类:其他好文   时间:2016-07-13 13:48:09    阅读次数:101
网页中图片旋转的几种实现方式
网页中图片旋转一般有下面三种常见的实现方式: 一、 ie 滤镜 IE的图形旋转滤镜,通过指定BasicImage滤镜的rotation值旋转元素,旋转方向为顺时针,旋转的中心点为元素的左上角。rotation可以有4个旋转值:0, 1, 2,和3分别表示将元素旋转0度、90度、180度、270度。 ...
分类:Web程序   时间:2016-07-05 18:31:07    阅读次数:190
outdated: 4.Rotation
修改部分位于双行星号内。 图是动态旋转的。 ...
分类:其他好文   时间:2016-07-02 00:19:13    阅读次数:182
HTML5 网络拓扑图性能优化
HTML5 中的 Canvas 对文本的渲染(fillText,strokeText)性能都不太好,比如设置字体(font)、文本旋转(rotation),如果绘制较多的文本时,一些交互操作会手动很大的影响,操作起来没那么顺畅,体验将会极其差,这不是我们想要的结果,再进一步和图片的绘制进行比较比较,... ...
分类:Web程序   时间:2016-06-27 01:36:41    阅读次数:296
unity3d angrybots学习之敌人围绕主角旋转和移动
看过angrybots例子的人都知道,敌人有可能是飞行器,有可能是机器人,这里我们假定他是飞行器,ok,我们首先设定飞行器是rigidbody,然后固定的y的postion,和x,z的rotation,写下如下的代码 ...
分类:移动开发   时间:2016-06-11 15:50:56    阅读次数:727
POJ2286 The Rotation Game
Description The rotation game uses a # shaped board, which can hold 24 pieces of square blocks (see Fig.1). The blocks are marked with symbols 1, 2 an ...
分类:其他好文   时间:2016-06-08 18:48:39    阅读次数:279
SIFT (1)
2D feature extracted, satisfy: 1. scale invarient; 2. rotation invarient. Naive Thinking: Minimal point or Maximum Point, Local; Now you are given a g ...
分类:其他好文   时间:2016-06-06 22:08:48    阅读次数:202
305条   上一页 1 ... 14 15 16 17 18 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!