geomUtils.Sphere 类型

模块: cc 父模块: cc

轴对齐球。

索引

属性(properties)
  • center Vec3 本地坐标的中心点。
  • radius number 半径。
方法
  • create 创建一个新的 sphere 实例。
  • clone 克隆一个新的 sphere 实例。
  • copy 将从一个 sphere 的值复制到另一个 sphere。
  • fromPoints 从两个点创建一个新的 sphere。
  • set 将球体的属性设置为给定的值。
  • clone 获得克隆。
  • copy 拷贝对象。
  • getBoundary 获取此形状的边界点。
  • transform 将 out 根据这个 sphere 的数据进行变换。
  • setScale 将 out 根据这个 sphere 的数据进行缩放。

Details

属性(properties)

center

本地坐标的中心点。

meta description
类型 Vec3
定义于 cocos2d/core/geom-utils/sphere.ts:126
radius

半径。

meta description
类型 number
定义于 cocos2d/core/geom-utils/sphere.ts:135

方法

create

创建一个新的 sphere 实例。

meta description
返回 Sphere
定义于 cocos2d/core/geom-utils/sphere.ts:43
参数列表
  • cx Unknown X coordinates of the shape relative to the origin.
  • cy Unknown Y coordinates of the shape relative to the origin.
  • cz Unknown Z coordinates of the shape relative to the origin.
  • r Unknown Radius of sphere
clone

克隆一个新的 sphere 实例。

meta description
返回 Sphere
定义于 cocos2d/core/geom-utils/sphere.ts:59
参数列表
  • p Sphere The target of cloning.
copy

将从一个 sphere 的值复制到另一个 sphere。

meta description
返回 Sphere
定义于 cocos2d/core/geom-utils/sphere.ts:72
参数列表
  • out Sphere Accept the sphere of operations.
  • a Sphere Sphere being copied.
fromPoints

从两个点创建一个新的 sphere。

meta description
返回 Sphere
定义于 cocos2d/core/geom-utils/sphere.ts:89
参数列表
  • out Unknown Accept the sphere of operations.
  • minPos Unknown The smallest point of sphere.
  • maxPos Unknown The maximum point of sphere.
set

将球体的属性设置为给定的值。

meta description
返回 Sphere
定义于 cocos2d/core/geom-utils/sphere.ts:106
参数列表
  • out Sphere Accept the sphere of operations.
  • cx Unknown X coordinates of the shape relative to the origin.
  • cy Unknown Y coordinates of the shape relative to the origin.
  • cz Unknown Z coordinates of the shape relative to the origin.
  • r number Radius.
clone

获得克隆。

meta description
定义于 cocos2d/core/geom-utils/sphere.ts:161
copy

拷贝对象。

meta description
定义于 cocos2d/core/geom-utils/sphere.ts:172
参数列表
  • a Unknown Copy target.
getBoundary

获取此形状的边界点。

meta description
定义于 cocos2d/core/geom-utils/sphere.ts:184
参数列表
transform

将 out 根据这个 sphere 的数据进行变换。

meta description
定义于 cocos2d/core/geom-utils/sphere.ts:198
参数列表
  • m Unknown The transformation matrix.
  • pos Unknown The position part of the transformation.
  • rot Unknown The rotating part of the transformation.
  • scale Unknown The scaling part of the transformation.
  • out Unknown The target of the transformation.
setScale

将 out 根据这个 sphere 的数据进行缩放。

meta description
定义于 cocos2d/core/geom-utils/sphere.ts:227
参数列表
  • scale Unknown Scale value
  • out Unknown Scale target

条与 "" 相匹配的结果

    没有与 "" 匹配的结果