Construct a vector from three components.

import { Vec3 } from '@js-draw/math';
const v1 = Vec3.of(1, 2, 3);
OpenSource licenses