Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector4D.Divide

Malware edited this page Dec 25, 2018 · 19 revisions

IndexVector4D

csharp[Vector4D](VRageMath.Vector4D) Divide([Vector4D](VRageMath.Vector4D) value1, [Vector4D](VRageMath.Vector4D) value2)##### Summary

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

csharpvoid Divide(ref [Vector4D](VRageMath.Vector4D) value1, ref [Vector4D](VRageMath.Vector4D) value2, ref [Vector4D](VRageMath.Vector4D) result)##### Summary

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

csharp[Vector4D](VRageMath.Vector4D) Divide([Vector4D](VRageMath.Vector4D) value1, [double](System.Double) divider)##### Summary

Divides a vector by a scalar value.

csharpvoid Divide(ref [Vector4D](VRageMath.Vector4D) value1, [double](System.Double) divider, ref [Vector4D](VRageMath.Vector4D) result)##### Summary

Divides a vector by a scalar value.

Clone this wiki locally