UNPKG

@js-basics/vector

Version:

A 3D Vector lib including arithmetic operator overloading (+ - * / % **).

3 lines (2 loc) 92 B
export function radians(degree: any): number; export function degrees(radian: any): number;