@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
11 lines • 421 B
JavaScript
/* eslint-disable @typescript-eslint/no-restricted-imports */
export * from "./math.scalar.js";
export * from "./math.functions.js";
export * from "./math.polar.js";
export * from "./math.like.js";
export * from "./math.js";
export * from "./sphericalPolynomial.js";
export * from "./halton2DSequence.js";
export * from "./math.vector.functions.js";
export * from "./ThinMaths/index.js";
//# sourceMappingURL=index.js.map