Table of Contents

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

thisVector Vector2
otherVector Vector2

Returns

Vector2

HadamardDiv(Vector3, Vector3)

Divides one vector component by another.

[Version(1, 4, 4)]
public static Vector3 HadamardDiv(this Vector3 thisVector, Vector3 otherVector)

Parameters

thisVector Vector3
otherVector Vector3

Returns

Vector3

HadamardDiv(Vector4, Vector4)

Divides one vector component by another.

[Version(1, 4, 4)]
public static Vector4 HadamardDiv(this Vector4 thisVector, Vector4 otherVector)

Parameters

thisVector Vector4
otherVector Vector4

Returns

Vector4