大约有 9 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0032 秒)
...c/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Point" Point Class Point Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Hierarchy Point Index Constructors constructor Properties x y TEMP Methods copy distance normal...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properti...
来源: laya_api 发布时间: 20170929
...I DocumentationAll Packages | All Classes | Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properti...
来源: Laya2.0_api 发布时间: 20190513
...e concat copyTo 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?: numbe...
来源: Laya3.0_api 发布时间: 20231115
...invert():Matrix 执行原始矩阵的逆转换。 Matrix invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。...
来源: laya_api 发布时间: 20170929
...invert():Matrix 执行原始矩阵的逆转换。 Matrix invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。...
来源: Laya2.0_api 发布时间: 20190513
... //TODO: var p:Point = value.localToGlobal(Point.TEMP.setTo(0, 0)); world.ShiftOrigin({x: p.x / PIXEL_RATIO, y: p.y / PIXEL_RATIO}); } } 2018-11-23 0 2 分享 微博 QZO...
来源: Laya_社区 发布时间: 20181122
... function getScreenPositionByTilePos(tileX:Number, tileY:Number, screenPos:Point = null):void { if (screenPos) { switch (_map.orientation) { case TiledMap.ORIENTATION_ISOMETRIC: screenPo...
来源: Laya_社区 发布时间: 20161109
... this._dataDic = null; this._tempMapPos = new Laya.Point(); this.layerName = null; } init (layerData, map) { this._map = map; this._mapData = layerData.data; var tHeight = layerDat...
来源: Laya_社区 发布时间: 20220627