MCPcopy Index your code
hub / github.com/benfry/processing4 / heading2D

Method heading2D

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

Source from the content-addressed store, hash-verified

863
864
865 @Deprecated
866 public float heading2D() {
867 return heading();
868 }
869
870
871 public PVector setHeading(float angle) {

Callers

nothing calls this directly

Calls 1

headingMethod · 0.95

Tested by

no test coverage detected