MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / x

Method x

src/main/java/field/linalg/Vec3.java:1598–1600  ·  view source on GitHub ↗

returns the x component of this Vector @return x

()

Source from the content-addressed store, hash-verified

1596 * @return x
1597 */
1598 public double x() {
1599 return x;
1600 }
1601
1602 /**
1603 * sets the xy components of this Vector

Callers 11

readVerticesMethod · 0.95
readColoredVerticesMethod · 0.95
yrFunction · 0.45
$rFunction · 0.45
raphael-min.jsFile · 0.45
yFunction · 0.45
zFunction · 0.45
initMethod · 0.45
performMethod · 0.45
cubeMethod · 0.45
bufferToFloatBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected