大约有 279 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0031 秒)
...ocalPositionZ : Number 获取局部位置Z轴分量。 Transform3D localRotation : Quaternion 获取局部旋转。 Transform3D localRotationEuler : Vector3 获取局部空间欧拉角。 Transform3D localRotationEulerX : Number 获取局部空间的X轴欧拉角。 Transform3D localRota...
来源: Laya2.0_api 发布时间: 20190513
...t { @property({ type : Laya.Sprite3D}) public cube: Laya.Sprite3D; private rotation: Laya.Vector3 = new Laya.Vector3(0, 0.01, 0); onStart() { Laya.timer.frameLoop(1, this, ()=> { this.cube.transform.rotate(this.rotation, false); }); } } 效果如动图1-4所示: (动图1-4) 1.3 3D节点的...
来源: Laya3.0_文档 发布时间: 20251010
...o destroy getScaleX getScaleY identity invert invertTransformPoint recover rotate scale setTo setTranslate skew toString transformPoint transformPointN translate create mul mul16 Constructors constructor new Matrix(a?: number, b?: number, c?: number, d?: number, tx?: number, ty?: number, nums?: numb...
来源: Laya3.0_api 发布时间: 20231115
...标数据 Returns void Static transformQuat transformQuat(source: Vector3, rotation: Float32Array, out: Vector3): void Defined in laya/d3/utils/Utils3D.ts:584 四元数旋转矩阵 Parameters source: Vector3 源数据 rotation: Float32Array 旋转四元数Array out: Vector3 输出数据 Returns void...
来源: Laya3.0_api 发布时间: 20231115
...ocalMatrix localPosition localPositionX localPositionY localPositionZ localRotation localRotationEuler localRotationEulerX localRotationEulerY localRotationEulerZ localRotationW localRotationX localRotationY localRotationZ localScale localScaleX localScaleY localScaleZ owner position rotation rotati...
来源: Laya3.0_api 发布时间: 20231115
...ationVector identity invert isIdentity normalize setForward setPosition setRotation setTranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQuaternion crea...
来源: Laya3.0_api 发布时间: 20231115
...ocalMatrix localPosition localPositionX localPositionY localPositionZ localRotation localRotationEuler localRotationEulerX localRotationEulerY localRotationEulerZ localRotationW localRotationX localRotationY localRotationZ localScale localScaleX localScaleY localScaleZ owner position rotation rotati...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames RotateCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class RotateCmdInheritanceRotateCmd Object 旋转命令 Public Properties PropertyDefined By angle : Number 旋转角度,以弧度计。 Ro...
来源: Laya2.0_api 发布时间: 20190513
...nvert isIdentity normalize setElementByRowColumn setForward setPosition setRotation setTranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQuaternion crea...
来源: Laya3.0_api 发布时间: 20231102
...trix4x4):void[static] 计算仿射矩阵 Matrix4x4 createFromQuaternion(rotation:Quaternion, out:Matrix4x4):void[static] 从四元数计算旋转矩阵 Matrix4x4 createLookAt(eye:Vector3, target:Vector3, up:Vector3, out:Matrix4x4):void[static] 计算观察矩阵 Matrix4x4 createOrthoOffCent...
来源: Laya2.0_api 发布时间: 20190513