import Vec3 from './type'

export default fromScalar

declare function fromScalar(out: Vec3, scalar: number): Vec3
