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