UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 148 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.point=void 0;const point=(t,e,o=0)=>({x:t,y:e,z:o});exports.point=point;