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

VRageMath.Vector3.Divide

Malware edited this page Dec 24, 2018 · 18 revisions

IndexVector3

Vector3 Divide(Vector3 value1, Vector3 value2)

Summary

Divides the components of a vector by the components of another vector.

void Divide(ref Vector3 value1, ref Vector3 value2, ref Vector3 result)

Summary

Divides the components of a vector by the components of another vector.

Vector3 Divide(Vector3 value1, float value2)

Summary

Divides a vector by a scalar value.

void Divide(ref Vector3 value1, float value2, ref Vector3 result)

Summary

Divides a vector by a scalar value.

void Divide(float divider)

Clone this wiki locally