MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / setX

Method setX

src/main/java/com/volmit/adapt/util/Tuple3d.java:698–700  ·  view source on GitHub ↗

Set the x coordinate. @param x value to x coordinate. @since vecmath 1.5

(double x)

Source from the content-addressed store, hash-verified

696 * @since vecmath 1.5
697 */
698 public final void setX(double x) {
699 this.x = x;
700 }
701
702
703 /**

Callers 6

onTickMethod · 0.45
canStickMethod · 0.45
reverseXZMethod · 0.45
clipMethod · 0.45
reverseMethod · 0.45
triNormalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected