UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 179 B
/** * Limit the magnitude of this vector to the value used for the max parameter. */ declare function limit(out: number[], a: number[], max: number): number[]; export = limit;