math/index.tstypescript
export { Line2 } from "./Line2";
export { Line3 } from "./Line3";
export { Mat3 } from "./Mat3";
export { Mat4 } from "./Mat4";
export { Plane } from "./Plane";
export { Quat } from "./Quat";
export { Ray } from "./Ray";
export { Vec2 } from "./Vec2";
export { Vec3 } from "./Vec3";
export { Vec4 } from "./Vec4";
export type { NumberArray2 } from "./Vec2";
export type { NumberArray3 } from "./Vec3";
export type { NumberArray4 } from "./Vec4";