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 Jan 26, 2019 · 17 revisions

IndexNamespace IndexVector3

Summary

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

Returns a vector pointing in the opposite direction.

Parameters

Summary

public static Vector3 Negate(Vector3 value)

Returns a vector pointing in the opposite direction.

Returns

Vector3

Parameters

Clone this wiki locally