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

Method maxTexcoordV

core/src/processing/opengl/Texture.java:612–614  ·  view source on GitHub ↗

Returns the maximum possible value for the texture coordinate V (vertical). @return float

()

Source from the content-addressed store, hash-verified

610 * @return float
611 */
612 public float maxTexcoordV() {
613 return maxTexcoordV;
614 }
615
616
617 /**

Callers 1

setTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected