MCPcopy Index your code
hub / github.com/processing/processing / copy

Method copy

core/src/processing/core/PVector.java:372–374  ·  view source on GitHub ↗

( 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

Callers 2

getMethod · 0.95
lerpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected