simd_mul_weight

Multiplies all vertices in a given mesh with the given weights.

@nogc nothrow
void
simd_mul_weight
(
ref vec2[] mesh
,
ref float[] weights
)

Parameters

mesh vec2[]

The mesh to scale based on weight.

weights float[]

The weights to scale by.

Meta