geomUtils.Plane 类型

模块: cc 父模块: cc

平面。

索引

属性(properties)
  • n Vec3 法线向量。
  • d number 原点到平面的距离。
方法
  • create 创建一个新的 plane。
  • clone 克隆一个新的 plane。
  • copy 复制一个平面的值到另一个。
  • fromPoints 用三个点创建一个平面。
  • set 将给定平面的属性设置为给定值。
  • fromNormalAndPoint 用一条法线和一个点创建平面。
  • normalize 归一化一个平面。
  • transform 变换一个平面。

Details

属性(properties)

n

法线向量。

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

原点到平面的距离。

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

方法

create

创建一个新的 plane。

meta description
返回 Plane
定义于 cocos2d/core/geom-utils/plane.ts:46
参数列表
  • nx Number The x part of the normal component.
  • ny Number The y part of the normal component.
  • nz Number The z part of the normal component.
  • d Number Distance from the origin.
clone

克隆一个新的 plane。

meta description
返回 Plane
定义于 cocos2d/core/geom-utils/plane.ts:62
参数列表
  • p Plane The source of cloning.
copy

复制一个平面的值到另一个。

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

用三个点创建一个平面。

meta description
返回 Plane
定义于 cocos2d/core/geom-utils/plane.ts:92
参数列表
  • out Plane The object that accepts the action.
  • a Vec3 Point a。
  • b Vec3 Point b。
  • c Vec3 Point c。
set

将给定平面的属性设置为给定值。

meta description
返回 Plane
定义于 cocos2d/core/geom-utils/plane.ts:114
参数列表
  • out Plane The object that accepts the action.
  • nx Number The x part of the normal component.
  • ny Number The y part of the normal component.
  • nz Number The z part of the normal component.
  • d Number Distance from the origin.
fromNormalAndPoint

用一条法线和一个点创建平面。

meta description
返回 Plane
定义于 cocos2d/core/geom-utils/plane.ts:136
参数列表
  • out Plane The object that accepts the action.
  • normal Vec3 The normal of a plane.
  • point Vec3 A point on the plane.
normalize

归一化一个平面。

meta description
返回 Plane
定义于 cocos2d/core/geom-utils/plane.ts:154
参数列表
  • out Plane The object that accepts the action.
  • a Plane Source data for operations.
transform

变换一个平面。

meta description
定义于 cocos2d/core/geom-utils/plane.ts:208
参数列表

条与 "" 相匹配的结果

    没有与 "" 匹配的结果