码迷,mamicode.com
首页 >  
搜索关键字:rotation    ( 305个结果
css3 transform: rotate()
/*help*/.help{ position: relative; width: 130px; height: 130px; border: 6px #fff solid; border-radius: 50%; -webkit-animation: rotation 1s ease-in...
分类:Web程序   时间:2014-08-31 15:48:01    阅读次数:520
iOS 小动画
一。图片旋转 CABasicAnimation* rotationAnimation; rotationAnimation = [CABasicAnimation animationWithKeyPath:@"transform.rotation.z"]; rotationAnim...
分类:移动开发   时间:2014-08-12 13:08:54    阅读次数:193
opencv标定程序
资源下载见:http://download.csdn.net/detail/zhouyelihua/7726907    在Vs2012中只要直接按f5就可以直接对资源中采集的图像进行标定。 而我们将最后的结果以.xml的形式存储下来。这个在工程文件下可以直接找到的 其中外参数,中旋转矩阵存在rotation.xml                            位移向量存在tra...
分类:其他好文   时间:2014-08-07 19:05:10    阅读次数:512
【HackerRank】Game Of Rotation
题目连接:Game Of RotationMark is an undergraduate student and he is interested in rotation. A conveyor belt competition is going on in the town which Mark...
分类:其他好文   时间:2014-08-02 23:21:14    阅读次数:434
Faster Alternatives to glReadPixels and glTexImage2D in OpenGL ES
In the development ofShou, I’ve been using GLSL with NEON to manipulate image rotation, scaling and color conversion, before send them to video encode...
分类:其他好文   时间:2014-07-23 20:47:45    阅读次数:399
Unity3D-数学相关
1. Transform.rotation:对象在世界坐标系下的旋转;Transform.localRotation:对象在父对象的局部坐标系下的旋转。两个变量的类型均为四元素。(1)得到游戏对象当前旋转的角-轴表示 transform.rotation.ToAngleAxis(angle, ax....
分类:其他好文   时间:2014-07-11 18:23:35    阅读次数:251
【Unity 3D】学习笔记二十六:unity游戏脚本(六)
在3D游戏世界中,任何一个游戏对象在创建的时候都会附带Transform(变换)组件,并且该组件是无法删除的,也不应该删除。在unity中,Transform面板一共有3个属性: Position  (位置) Rotation(旋转) Scale(缩放) 这三个值都是用来调整游戏对象在游戏界面中的位置,状态等相关参数。 Position  (位置) 任何一个游戏对象的三维坐...
分类:其他好文   时间:2014-07-03 13:33:47    阅读次数:264
POJ 2286 The Rotation Game 迭代搜索深度 + A* == IDA*
感觉这种算法还是比较局限的吧,重复搜索是一个不好的地方,而且需要高效的估值函数来进行强剪枝,这点比较困难。 迭代搜索深度是一个比较炫酷的搜索方式,不过有点拿时间换空间的感觉。 首先迭代深度比较搓的写法是,首先设置一个阀值MaxH,初始为最小值。 当在搜索深度Depth 另外一种比较吊的写法是二分搜索深度,若搜到则减小阀值,否则增大阀值。 总之,迭代深度搜索就是通过改变深搜的深度来寻找最...
分类:其他好文   时间:2014-07-02 09:01:04    阅读次数:247
The Animation in android
The android provide two types of animation.Tween Animation is one,such as rotation,translation,scale,gradual change(gradient). main types: Animation、AlphaAnimation、RotateAnimation、ScaleAnimation...
分类:移动开发   时间:2014-06-22 08:29:06    阅读次数:239
弧度和角度的转换
这两天在看同事写的四叉树代码,当中用到了孤度和角度之间的转换,所以转载此文章进行了学习2009-12-01弧度与角度的关系一、角的两种单位 “ 弧度”和“度”是度量角大小的两种不同的单位。就像“米”和“市尺”是度量长度大小的两种不同的单位一样。 在flash里规定:在旋转角度(rotation)里....
分类:其他好文   时间:2014-06-10 13:20:11    阅读次数:211
305条   上一页 1 ... 28 29 30 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!