UNPKG

inverse-kinematics

Version:

Inverse kinematics for 2D and 3D applications

2 lines (1 loc) 58 B
export declare type V2 = readonly [x: number, y: number];