Distance# Vector4.Distance(a, b)# 2つのベクトル間の距離を返します。 Parameters: a (Vector4) -- 入力ベクトル b (Vector4) -- 入力ベクトル Returns: 2つのベクトル間の距離 Return type: number