Searched defs:vectorLength (Results 1 – 2 of 2) sorted by relevance
88 int vectorLength = (o instanceof Object[] ? ((Object[]) o).length : 0); in toVehiclePropValue() local
200 public static float vectorLength(float[] a) { in vectorLength() method in GeometryMathUtils