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

Method maxTexcoordU

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

Returns the maximum possible value for the texture coordinate U (horizontal). @return float

()

Source from the content-addressed store, hash-verified

601 * @return float
602 */
603 public float maxTexcoordU() {
604 return maxTexcoordU;
605 }
606
607
608 /**

Callers 1

setTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected