Dot
Vector3.Dot method
2 つのベクトルの内積を取得します
public double Dot(Vector3 rhs)
パラメータ | タイプ | 説明 |
---|---|---|
rhs | Vector3 | 右側の値。 |
戻り値
2 つのベクトルの内積。
関連項目
- struct Vector3
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
2 つのベクトルの内積を取得します
public double Dot(Vector3 rhs)
パラメータ | タイプ | 説明 |
---|---|---|
rhs | Vector3 | 右側の値。 |
2 つのベクトルの内積。