mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
expose vec functions through tpi
This commit is contained in:
parent
8a6a5d82e8
commit
c7dc3c327d
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue