UNPKG

@openglobus/og

Version:

[openglobus](https://www.openglobus.org/) is a javascript/typescript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers, and 3D objects. It uses the WebGL technology, open source, and completely fr

15 lines (14 loc) 576 B
import { Line2 } from './Line2'; import { Line3 } from './Line3'; import { Mat3 } from './Mat3'; import { Mat4 } from './Mat4'; import { Plane } from './Plane'; import { Quat } from './Quat'; import { Ray } from './Ray'; import { Vec2 } from './Vec2'; import { Vec3 } from './Vec3'; import { Vec4 } from './Vec4'; import type { NumberArray2 } from './Vec2'; import type { NumberArray3 } from './Vec3'; import type { NumberArray4 } from './Vec4'; export { Line2, Line3, Mat3, Mat4, Plane, Quat, Ray, Vec2, Vec3, Vec4, type NumberArray2, type NumberArray3, type NumberArray4 };