Method
copy
Copies the components of the vector and returns the result as a PVector . @webref pvector:method @usage web_application @webBrief Get a copy of the vector
()
Source from the content-addressed store, hash-verified
| 353 | * @webBrief Get a copy of the vector |
| 354 | */ |
| 355 | public PVector copy() { |
| 356 | return new PVector(x, y, z); |
| 357 | } |
| 358 | |
| 359 | |
| 360 | @Deprecated |
Tested by
no test coverage detected