大约有 174 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...角速度简单理解就是单位时间的角位移,以弧度每秒进行旋转 。当我们设置动力学刚体angularVelocity属性为正值的时候,则按顺时针旋转位移。angularVelocity属性为负值的时候,则按逆时针旋转位移。属性值的绝对值越大,旋转位...
来源: Laya2.0_文档 发布时间: 20210715
...地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape sizeX : Number[read-only] 获取X轴尺寸。 BoxColliderShape sizeY : Number[read-only] 获取Y轴尺寸。 BoxColliderShape sizeZ...
来源: Laya2.0_api 发布时间: 20190513
LayaAir引擎 关于Laya.Quaternion.createFromAxisAngle旋转角度不正确的问题 Laya.Quaternion.createFromAxisAngle 在做向量旋转的时候,当使用的旋转坐标轴是标准坐标轴时,旋转的结果是正确的,如围绕Y轴旋转,(0,1,0),旋转30度,得到的结果是正确的 但...
来源: Laya_社区 发布时间: 20191230
...3): void Defined in laya/d3/math/Native/ConchVector3.ts:102 根据四元数旋转三维向量。 Parameters source: ConchVector3 源三维向量。 rotation: ConchQuaternion 旋转四元数。 out: ConchVector3 输出三维向量。 Returns void Static transformV3ToV3 transformV3ToV3(vector: ConchVe...
来源: Laya3.0_api 发布时间: 20231102
...nion createFromMatrix4x4(mat:Matrix4x4, out:Quaternion):void[static] 从旋转矩阵计算四元数 Quaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion):void[static] 从欧拉角基元四元数(顺序为Yaw、Pitch、Roll) Quaternion dot(left:Quaterni...
来源: laya_api 发布时间: 20170929
... createFromMatrix4x4(mat:Matrix4x4, out:ConchQuaternion):void[static] 从旋转矩阵计算四元数 ConchQuaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:ConchQuaternion):void[static] 从欧拉角生成四元数(顺序为Yaw、Pitch、Roll) ConchQuaternion dot...
来源: Laya2.0_api 发布时间: 20190513
...rce:Vector3, rotation:Quaternion, out:Vector3):void[static] 根据四元数旋转三维向量。 Vector3 transformV3ToV3(vector:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过矩阵转换一个三维向量到另外一个三维向量。 Vector3 transformV3ToV4(vector:Vector3, ...
来源: Laya2.0_api 发布时间: 20190513
...tation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:144 Shape的本地旋转。 Parameters value: Quaternion Returns void sizeX get sizeX(): number...
来源: Laya3.0_api 发布时间: 20231115
3d刚体发生碰撞后不会旋转 我在update里面强制把 x轴,z轴的角度=0,只让y轴旋转,但是无论怎么碰撞 被撞物体都不会发生旋转,请问是什么情况 2019-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20190810
...角速度简单理解就是单位时间的角位移,以弧度每秒进行旋转 。当我们设置动力学刚体angularVelocity属性为正值的时候,则按顺时针旋转位移。angularVelocity属性为负值的时候,则按逆时针旋转位移。属性值的绝对值越大,旋转位...
来源: Laya3.0_文档 发布时间: 20241014