Skip to content

Commit

Permalink
fix(quaternion): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Sep 29, 2019
1 parent 2c78fd0 commit c436971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quaternion.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import {
Vector, Victor, FORWARD, LEFT, UP
} from './vector';
import { isArray, multQuatVec } from './util';
import { isArray, multQuatVec, fromEulerYXZ } from './util';
import { formatNumber } from './formatter';
import { cachedFactory } from './operator';
import { isAngle, degree, IDegree } from './degree';
Expand Down

0 comments on commit c436971

Please sign in to comment.