|
@@ -105,7 +105,7 @@ export * from './math/interpolants/DiscreteInterpolant';
|
|
export * from './math/interpolants/CubicInterpolant';
|
|
export * from './math/interpolants/CubicInterpolant';
|
|
export * from './math/Interpolant';
|
|
export * from './math/Interpolant';
|
|
export * from './math/Triangle';
|
|
export * from './math/Triangle';
|
|
-export * from './math/Math';
|
|
|
|
|
|
+export { _Math as Math } from './math/Math';
|
|
export * from './math/Spherical';
|
|
export * from './math/Spherical';
|
|
export * from './math/Cylindrical';
|
|
export * from './math/Cylindrical';
|
|
export * from './math/Plane';
|
|
export * from './math/Plane';
|