UNPKG

@realsee/dnalogel

Version:
6 lines (5 loc) 136 B
import { Vector3 as e } from "three"; const c = ({ x: o, y: r, z: t }) => new e(o, r, t); export { c as transformPositionToVector3 };