copy()

p5.Vectorオブジェクトのコピーを返します。

実例

シンタックス

copy()
copy(v)

パラメーター

v
p5.Vector:

コピーを作成するp5.Vector

リターン

p5.Vector: p5.Vectorオブジェクトのコピー。
This page is generated from the comments in src/math/p5.Vector.js . Please feel free to edit it and submit a pull request!

関連するリファレンス