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

Method isNaN

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

returns true if any component of this Double.isNaN @return is any component NaN ?

()

Source from the content-addressed store, hash-verified

1503 * @return is any component NaN ?
1504 */
1505 public boolean isNaN() {
1506 return Double.isNaN(x) || Double.isNaN(y) || Double.isNaN(z);
1507 }
1508
1509 /**
1510 * returns an independent copy of this object

Callers 3

accelerationMethod · 0.95
tangentMethod · 0.95
byFixingEndpointsToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected