Searched defs:mag (Results 1 – 4 of 4) sorted by relevance
115 public static float mag(float a, float b) { in mag() method in MathUtils119 public static float mag(float a, float b, float c) { in mag() method in MathUtils
488 val mag = thrust.mag() regex
367 val mag = min(maxRadius, delta.mag()) regex
403 float mag = norm(); in normalized() local