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

Method length

src/main/java/field/linalg/Quat.java:771–773  ·  view source on GitHub ↗

Return the length of this quaternion. @return the length

()

Source from the content-addressed store, hash-verified

769 *
770 * @return the length
771 */
772 public double length() {
773 return x * x + y * y + z * z + w * w;
774 }
775
776 /**

Callers 2

fromAxisAngleRadMethod · 0.45
fromAxisAngleDegMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected