geomUtils.Line 类型

模块: cc 父模块: cc

直线

索引

属性(properties)
  • s Vec3 起点。
  • e Vec3 终点。
方法
  • create 创建一个新的 line。
  • clone 克隆一个新的 line。
  • copy 复制一个线的值到另一个。
  • fromPoints 用两个点创建一个线。
  • set 将给定线的属性设置为给定值。
  • len 计算线的长度。
  • length 计算线的长度。

Details

属性(properties)

s

起点。

meta description
类型 Vec3
定义于 cocos2d/core/geom-utils/line.ts:147
e

终点。

meta description
类型 Vec3
定义于 cocos2d/core/geom-utils/line.ts:156

方法

create

创建一个新的 line。

meta description
返回 Line
定义于 cocos2d/core/geom-utils/line.ts:40
参数列表
  • sx Number The x part of the starting point.
  • sy Number The y part of the starting point.
  • sz Number The z part of the starting point.
  • ex Number The x part of the end point.
  • ey Number The y part of the end point.
  • ez Number The z part of the end point.
clone

克隆一个新的 line。

meta description
返回 Line
定义于 cocos2d/core/geom-utils/line.ts:58
参数列表
  • a Line The source of cloning.
copy

复制一个线的值到另一个。

meta description
返回 Line
定义于 cocos2d/core/geom-utils/line.ts:74
参数列表
  • out Line The object that accepts the action.
  • a Line The source of the copy.
fromPoints

用两个点创建一个线。

meta description
返回 Line
定义于 cocos2d/core/geom-utils/line.ts:91
参数列表
  • out Line The object that accepts the action.
  • start Vec3 The starting point.
  • end Vec3 At the end.
set

将给定线的属性设置为给定值。

meta description
返回 Line
定义于 cocos2d/core/geom-utils/line.ts:108
参数列表
  • out Line The object that accepts the action.
  • sx Number The x part of the starting point.
  • sy Number The y part of the starting point.
  • sz Number The z part of the starting point.
  • ex Number The x part of the end point.
  • ey Number The y part of the end point.
  • ez Number The z part of the end point.
len

计算线的长度。

meta description
返回 Number
定义于 cocos2d/core/geom-utils/line.ts:134
参数列表
  • a Line The line to calculate.
length

计算线的长度。

meta description
返回 Number
定义于 cocos2d/core/geom-utils/line.ts:184

条与 "" 相匹配的结果

    没有与 "" 匹配的结果