Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector4D.Negate

Malware edited this page Dec 25, 2018 · 16 revisions

IndexVector4D

Summary

public Vector4D Negate(Vector4D value)

Returns a vector pointing in the opposite direction.

Returns

Vector4D

Summary

public void Negate(ref Vector4D value, ref Vector4D result)

Returns a vector pointing in the opposite direction.

Clone this wiki locally