math_index.js

/**
 * @namespace math
 */

export * from "./axis";
export * from "./plane";
export * from "./vector";