Vector4Divide(Vector4, Vector4) Method |
Divides the components of a
Vector4 by the components of another
Vector4.
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static Vector4 Divide(
Vector4 value1,
Vector4 value2
)
Public Shared Function Divide (
value1 As Vector4,
value2 As Vector4
) As Vector4
Parameters
- value1 Vector4
- Source Vector4.
- value2 Vector4
- Divisor Vector4.
Return Value
Vector4The result of dividing the vectors.
See Also