Dot

Vector3.Dot method

2 つのベクトルの内積を取得します

public double Dot(Vector3 rhs)
パラメータタイプ説明
rhsVector3右側の値。

戻り値

2 つのベクトルの内積。

関連項目