op_Subtraction

operator -

  • の演算子のオーバーロード
public static Vector3 operator -(Vector3 v)
パラメータタイプ説明
vVector3原点ベクトル

戻り値

結果ベクトル

関連項目


operator -

演算子のオーバーロード - (マイナス)

public static Vector3 operator -(Vector3 lhs, Vector3 rhs)
パラメータタイプ説明
lhsVector3左のベクトル
rhsVector3正しいベクトル

戻り値

結果ベクトル

関連項目