大约有 35 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
...boxContainsBox(box1:BoundBox, box2:BoundBox):int[static] 空间中包围盒是否包含另一个包围盒 Collision boxContainsPoint(box:BoundBox, point:Vector3):int[static] 空间中包围盒是否包含另一个点 Collision boxContainsSphere(box:BoundBox, sphere:BoundSphere):int[static] 空...
来源: laya_api 发布时间: 20170929
...boxContainsBox(box1:BoundBox, box2:BoundBox):int[static] 空间中包围盒是否包含另一个包围盒 CollisionUtils boxContainsPoint(box:BoundBox, point:Vector3):int[static] 空间中包围盒是否包含另一个点 CollisionUtils boxContainsSphere(box:BoundBox, sphere:BoundSphere):int[s...
来源: Laya2.0_api 发布时间: 20190513
...x): number Defined in laya/d3/math/CollisionUtils.ts:901 空间中包围盒是否包含另一个包围盒 Parameters box1: BoundBox 包围盒1 box2: BoundBox 包围盒2 Returns number 位置关系:0 不想交,1 包含, 2 相交 Static boxContainsPoint boxContainsPoint(box: BoundBox, point: Vector3):...
来源: Laya3.0_api 发布时间: 20231115
... BoundsOctreeNode hasAnyObjects():Boolean 检查该节点和其子节点是否包含任意物体。 BoundsOctreeNode isCollidingWithBoundBox(checkBound:BoundBox):Boolean 获取是否与指定包围盒相交。 BoundsOctreeNode isCollidingWithRay(ray:Ray, maxDistance:Number):Boolean 获取...
来源: Laya2.0_api 发布时间: 20190513
...oundsOctree isCollidingWithBoundBox(checkBounds:BoundBox):Boolean 获取是否与指定包围盒相交。 BoundsOctree isCollidingWithRay(ray:Ray, maxDistance:Number):Boolean 获取是否与指定射线相交。 BoundsOctree remove(object:IOctreeObject):Boolean 移除物体 BoundsOctree ...
来源: Laya2.0_api 发布时间: 20190513
请问怎么判断一条直线或者一个线段 是否跟一张图片相交或者在图片里面 图片是不规则的 线是两个点绘制成的一条直线 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20181101
...交 BoundFrustum equalsBoundFrustum(other:BoundFrustum):Boolean 判断是否与其他锥截体相等。 BoundFrustum equalsObj(obj:Object):Boolean 判断是否与其他对象相等。 BoundFrustum getCorners(corners:Vector.<Vector3>):void 锥截体的8个顶点。 BoundFrustum getP...
来源: laya_api 发布时间: 20170929
...交 BoundFrustum equalsBoundFrustum(other:BoundFrustum):Boolean 判断是否与其他锥截体相等。 BoundFrustum equalsObj(obj:Object):Boolean 判断是否与其他对象相等。 BoundFrustum getCorners(corners:Vector.<Vector3>):void 锥截体的8个顶点。 BoundFrustum getP...
来源: Laya2.0_api 发布时间: 20190513
...er, y:Number):Boolean 确定由此 Rectangle 对象定义的矩形区域内是否包含指定的点。 Rectangle copyFrom(source:Rectangle):Rectangle 复制 source 对象的属性值到此矩形对象中。 Rectangle equals(rect:Rectangle):Boolean 检测传入的 Rectangle 对象的属性是...
来源: laya_api 发布时间: 20170929
...er, y:Number):Boolean 确定由此 Rectangle 对象定义的矩形区域内是否包含指定的点。 Rectangle copyFrom(source:Rectangle):Rectangle 复制 source 对象的属性值到此矩形对象中。 Rectangle create():Rectangle[static] 创建 Rectangle equals(rect:Rectangle):Boolean...
来源: Laya2.0_api 发布时间: 20190513