소스 검색

Fix comment

customisations
alemart 7 달 전
부모
커밋
68467b65c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/geometry/quaternion.ts

+ 1
- 1
src/geometry/quaternion.ts 파일 보기

@@ -281,7 +281,7 @@ export class Quaternion
281 281
         (expand h q* = (x_h i + y_h j + z_h k + w_h) (-x i - y j - z k + w) to see)
282 282
 
283 283
         Note that matrices L_q and R_h* have orthogonal columns / rows and are
284
-        symmetric. Additionally, L_q' = L_q* and R_q' = R_q* (note the symmetry)
284
+        antisymmetric. Additionally, L_q' = L_q* and R_q' = R_q* by symmetry.
285 285
 
286 286
         ---
287 287
 

Loading…
취소
저장