Xkonti / govec

Go library providing 2D and 3D vector operations
MIT License
6 stars 7 forks source link

Implement `ClampComp` operation #1

Closed Xkonti closed 1 year ago

Xkonti commented 1 year ago

This operation clamps each component between corresponding components of two provided vectors.

vec1.ClampComp(vec2, vec3)