diff --git a/src/quat-impl.ts b/src/quat-impl.ts index 09144ce..b8cc2e7 100644 --- a/src/quat-impl.ts +++ b/src/quat-impl.ts @@ -728,7 +728,7 @@ function normalize(v: QuatArg, dst?: T) { newDst[0] = 0; newDst[1] = 0; newDst[2] = 0; - newDst[3] = 0; + newDst[3] = 1; } return newDst;