MCPcopy Create free account
hub / github.com/demoth/jake2 / vtos

Method vtos

qcommon/src/main/java/jake2/qcommon/util/Lib.java:43–45  ·  view source on GitHub ↗

Converts a vector to a string.

(float[] v)

Source from the content-addressed store, hash-verified

41
42 /** Converts a vector to a string. */
43 public static String vtos(float[] v) {
44 return (int) v[0] + " " + (int) v[1] + " " + (int) v[2];
45 }
46
47 /** Converts a vector to a string. */
48 public static String vtofs(float[] v) {

Callers 15

thinkMethod · 0.95
thinkMethod · 0.95
thinkMethod · 0.95
SP_turret_driverMethod · 0.95
thinkMethod · 0.95
monster_startMethod · 0.95
monster_start_goMethod · 0.95
SP_path_cornerMethod · 0.95
SP_misc_viperMethod · 0.95
SP_misc_strogg_shipMethod · 0.95
touchMethod · 0.95
FoundTargetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected