Click or drag to resize

Vector4Divide(Vector4, Vector4) Method

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

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static Vector4 Divide(
	Vector4 value1,
	Vector4 value2
)

Parameters

value1  Vector4
Source Vector4.
value2  Vector4
Divisor Vector4.

Return Value

Vector4
The result of dividing the vectors.
See Also