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

VRageMath.Vector3.Negate

Malware edited this page Dec 25, 2018 · 17 revisions

IndexVector3

Summary

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

Returns a vector pointing in the opposite direction.

Returns

Example

Remarks

Summary

public Vector3 Negate(Vector3 value)

Returns a vector pointing in the opposite direction.

Returns

Example

Remarks

Clone this wiki locally