op_Subtraction
Vector2 Subtraction operator
Vector2 の減算演算子
public static Vector2 operator -(Vector2 lhs, Vector2 rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Vector2 | 左側の値。 |
rhs | Vector2 | 右側の値。 |
戻り値
減算の結果。
関連項目
- struct Vector2
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
Vector2 の減算演算子
public static Vector2 operator -(Vector2 lhs, Vector2 rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Vector2 | 左側の値。 |
rhs | Vector2 | 右側の値。 |
減算の結果。