cc.geomUtils 模块

Some helpful utilities

索引

方法

Details

方法

point_plane

计算点和平面之间的距离。

meta description
返回 Number
定义于 cocos2d/core/geom-utils/distance.ts:47
参数列表
  • point Vec3
  • plane Plane
pt_point_plane

计算平面上最接近给定点的点。

meta description
返回 Vec3
定义于 cocos2d/core/geom-utils/distance.ts:61
参数列表
  • out Vec3 Closest point
  • point Vec3 Given point
  • plane Plane
pt_point_aabb

计算 aabb 上最接近给定点的点。

meta description
返回 Vec3
定义于 cocos2d/core/geom-utils/distance.ts:77
参数列表
  • out Vec3 Closest point.
  • point Vec3 Given point.
  • aabb Aabb Align the axis around the box.
pt_point_obb

计算 obb 上最接近给定点的点。

meta description
返回 Vec3
定义于 cocos2d/core/geom-utils/distance.ts:103
参数列表
  • out Vec3 Closest point
  • point Vec3 Given point
  • obb Obb Direction box

条与 "" 相匹配的结果

    没有与 "" 匹配的结果