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

Method heading2D

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

Source from the content-addressed store, hash-verified

899
900
901 @Deprecated
902 public float heading2D() {
903 return heading();
904 }
905
906
907 /**

Callers

nothing calls this directly

Calls 1

headingMethod · 0.95

Tested by

no test coverage detected