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

Method currentSegment

core/src/processing/opengl/PJOGL.java:734–736  ·  view source on GitHub ↗
(float[] coords)

Source from the content-addressed store, hash-verified

732 }
733
734 public int currentSegment(float[] coords) {
735 return iter.currentSegment(coords);
736 }
737
738 public void next() {
739 iter.next();

Callers

nothing calls this directly

Calls 1

currentSegmentMethod · 0.65

Tested by

no test coverage detected