import Vec3 from './type'

export default orthogonal

declare function orthogonal(out: Vec3, vec: Vec3): Vec3
