geomUtils.Ray 类型

模块: cc 父模块: cc

射线。

索引

属性(properties)
  • o Vec3 起点。
  • d Vec3 方向。
方法
  • create 创建一条射线。
  • clone 从一条射线克隆出一条新的射线。
  • copy 将从一个 ray 的值复制到另一个 ray。
  • fromPoints 用两个点创建一条射线。
  • set 将给定射线的属性设置为给定的值。
  • computeHit

Details

属性(properties)

o

起点。

meta description
类型 Vec3
定义于 cocos2d/core/geom-utils/ray.ts:136
d

e Direction 方向。

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

方法

create

创建一条射线。

meta description
返回 Ray
定义于 cocos2d/core/geom-utils/ray.ts:42
参数列表
  • ox number The x part of the starting point.
  • oy number The y part of the starting point.
  • oz number The z part of the starting point.
  • dx number X in the direction.
  • dy number Y in the direction.
  • dz number Z in the direction.
clone

从一条射线克隆出一条新的射线。

meta description
返回 Ray
定义于 cocos2d/core/geom-utils/ray.ts:60
参数列表
  • a Ray Clone target
copy

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

meta description
返回 Ray
定义于 cocos2d/core/geom-utils/ray.ts:76
参数列表
  • out Ray Accept the ray of the operation.
  • a Ray Copied ray.
fromPoints

用两个点创建一条射线。

meta description
返回 Ray
定义于 cocos2d/core/geom-utils/ray.ts:93
参数列表
  • out Ray Receive the operating ray.
  • origin Vec3 Origin of ray
  • target Vec3 A point on a ray.
set

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

meta description
返回 Ray
定义于 cocos2d/core/geom-utils/ray.ts:110
参数列表
  • out Ray Receive the operating ray.
  • ox number The x part of the starting point.
  • oy number The y part of the starting point.
  • oz number The z part of the starting point.
  • dx number X in the direction.
  • dy number Y in the direction.
  • dz number Z in the direction.
computeHit
meta description
定义于 cocos2d/core/geom-utils/ray.ts:174
参数列表

条与 "" 相匹配的结果

    没有与 "" 匹配的结果