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