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

Method invertedY

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

Returns true if the texture is inverted along the vertical direction. @return boolean;

()

Source from the content-addressed store, hash-verified

637 * @return boolean;
638 */
639 public boolean invertedY() {
640 return invertedY;
641 }
642
643
644 /**

Callers 7

copyMethod · 0.95
setTextureMethod · 0.80
loadTextureImplMethod · 0.80
createPTextureMethod · 0.80
filterMethod · 0.80
wrapBackTextureMethod · 0.80
wrapFrontTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected