Vector3.Negate(Vector3) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对指定向量求反。
public:
static System::Numerics::Vector3 Negate(System::Numerics::Vector3 value);
public static System.Numerics.Vector3 Negate (System.Numerics.Vector3 value);
static member Negate : System.Numerics.Vector3 -> System.Numerics.Vector3
Public Shared Function Negate (value As Vector3) As Vector3
参数
- value
- Vector3
要求反的向量。
返回
求反后的向量。