sktech_direction#

创建一个方向数据#

图块代码

../../_images/sktech_direction.png

javascript

[x, y, z]

python

[x, y, z]

npl

{x, y, z}

参数#

参数

类型

默认值

说明

x

number

0

y

number

0

z

number

1

示例#

[0, 0, 1]
[0, 0, 1]
{0, 0, 1}