Method HadamardDiv
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
HadamardDiv(Vector2, Vector2)
Divides one vector component by another.
[Version(1, 4, 4)]
public static Vector2 HadamardDiv(this Vector2 thisVector, Vector2 otherVector)
Parameters
Returns
HadamardDiv(Vector3, Vector3)
Divides one vector component by another.
[Version(1, 4, 4)]
public static Vector3 HadamardDiv(this Vector3 thisVector, Vector3 otherVector)
Parameters
Returns
HadamardDiv(Vector4, Vector4)
Divides one vector component by another.
[Version(1, 4, 4)]
public static Vector4 HadamardDiv(this Vector4 thisVector, Vector4 otherVector)