UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 145 B
/** * Set the components of a vec2 to the given values. */ declare function set(out: number[], x: number, y: number): number[]; export = set;