expose vec functions through tpi

This commit is contained in:
Val Erastov 2018-09-27 23:15:48 -07:00
parent 8a6a5d82e8
commit c7dc3c327d

View file

@ -14,6 +14,8 @@ import BrepCurve from '../../brep/geom/curves/brepCurve';
import {Plane} from '../../brep/geom/impl/plane';
import pip from '../tess/pip';
import {readShellEntityFromJson} from '../scene/wrappers/entityIO';
import * as vec from '../../math/vec'
export default {
brep: {
@ -33,5 +35,8 @@ export default {
},
scene: {
readShellEntityFromJson
},
math: {
vec
}
}