Method
copy
( begin auto-generated from PVector_copy.xml ) Gets a copy of the vector, returns a PVector object. ( end auto-generated ) @webref pvector:method @usage web_application @brief Get a copy of the vector
()
Source from the content-addressed store, hash-verified
| 370 | * @brief Get a copy of the vector |
| 371 | */ |
| 372 | public PVector copy() { |
| 373 | return new PVector(x, y, z); |
| 374 | } |
| 375 | |
| 376 | |
| 377 | @Deprecated |
Tested by
no test coverage detected