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

Method length

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

Return the length of this vector. @return the length

()

Source from the content-addressed store, hash-verified

1035 * @return the length
1036 */
1037 @SafeToToString
1038 public double length() {
1039 return Math.sqrt(lengthSquared());
1040 }
1041
1042 /**
1043 * Normalize this vector.

Callers 3

normalizeMethod · 0.95
closestTMethod · 0.95
normalMethod · 0.95

Calls 1

lengthSquaredMethod · 0.95

Tested by

no test coverage detected