参考 array()

array()

Returns the vector's components as an array of numbers.

示例

语法

array()
array(v)

参数

v
p5.Vector:

the vector to convert to an array

返回值

Number[]: array with the vector's components.
This page is generated from the comments in src/math/p5.Vector.js . Please feel free to edit it and submit a pull request!

相关参考