Skip to content

Documentation / @ripl/3d / vec2Multiply

Function: vec2Multiply() ​

vec2Multiply(a, b): Vector2

Defined in: 3d/src/math/vector2.ts:25

Returns the component-wise product of two vectors.

Parameters ​

ParameterType
aVector2
bVector2

Returns ​

Vector2