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

Method invertedX

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

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

()

Source from the content-addressed store, hash-verified

619 * @return boolean;
620 */
621 public boolean invertedX() {
622 return invertedX;
623 }
624
625
626 /**

Callers 2

copyMethod · 0.95
setTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected