op_Multiply

operator *

  • の演算子のオーバーロード
public static Vector3 operator *(Vector3 lhs, Vector3 rhs)
パラメータタイプ説明
lhsVector3左のベクトル
rhsVector3正しいベクトル

戻り値

結果ベクトル

関連項目


operator *

  • の演算子のオーバーロード
public static Vector3 operator *(double lhs, Vector3 rhs)
パラメータタイプ説明
lhsDouble左スカラー
rhsVector3正しいベクトル

戻り値

結果ベクトル

関連項目


operator *

  • の演算子のオーバーロード
public static Vector3 operator *(Vector3 lhs, double rhs)
パラメータタイプ説明
lhsVector3左のベクトル
rhsDouble右 double 値

戻り値

結果ベクトル

関連項目