UNPKG

@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.

24 lines 945 B
/** Pure barrel — re-exports only side-effect-free modules */ /* 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.axis.js"; export * from "./math.constants.js"; export * from "./math.frustum.js"; export * from "./math.path.js"; export * from "./math.plane.js"; export * from "./math.size.js"; export * from "./math.vertexFormat.js"; export * from "./math.viewport.js"; export * from "./sphericalPolynomial.pure.js"; export * from "./halton2DSequence.js"; export * from "./math.vector.functions.js"; export * from "./ThinMaths/pure.js"; export * from "./math.scalar.functions.js"; export * from "./math.geospatial.js"; export * from "./math.geospatial.functions.js"; export * from "./math.color.pure.js"; export * from "./math.vector.pure.js"; //# sourceMappingURL=pure.js.map