Table of Contents

Method HadamardMul

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

HadamardMul(Vector2, Vector2)

Multiplies one vector componentwise by another.

[Version(1, 4, 4)]
public static Vector2 HadamardMul(this Vector2 thisVector, Vector2 otherVector)

Parameters

thisVector Vector2
otherVector Vector2

Returns

Vector2

HadamardMul(Vector3, Vector3)

Multiplies one vector component by another.

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

Parameters

thisVector Vector3
otherVector Vector3

Returns

Vector3

HadamardMul(Vector4, Vector4)

Multiplies one vector component by another.

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

Parameters

thisVector Vector4
otherVector Vector4

Returns

Vector4