UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
geometry
/
support
/
buffer
/
math
/
vec3.js
3 lines
(1 loc)
•
143 B
JavaScript
View Raw
1
2
3
import
"./common.js"
;
export
{n
as
normalize,s
as
scale,b
as
shiftRight,a
as
transformMat3,t
as
transformMat4}
from
"../../../../chunks/vec32.js"
;