UNPKG

@js-draw/math

Version:
7 lines (6 loc) 233 B
// Internally, we define Vec2 as a namespace within Vec3 -- // this allows referencing Vec2s from Vec3 constructors without // cyclic references. import { Vec3, Vec2 } from './Vec3.mjs'; export { Vec3, Vec2 }; export default Vec2;