MCPcopy Create free account
hub / github.com/benfry/processing4 / get

Method get

core/src/processing/core/PVector.java:360–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358
359
360 @Deprecated
361 public PVector get() {
362 return copy();
363 }
364
365
366 /**

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected