/** * This module is exposed by the sdk via `@dcl/sdk/math` * * @example * ```tsx * import { Color3, Vector3 } from '@dcl/sdk/math' * ``` * * @module Math & Colors * */ export * from '@dcl/ecs-math'; export * from '@dcl/ecs-math/dist/Matrix'; export * from '@dcl/ecs-math/dist/Plane'; export { Vector3 } from '@dcl/ecs-math';