Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Aug 26, 2019
1 parent 3c26521 commit 58b12cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/docs/api-reference/matrix4.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ Transforms

### transformByMatrix2(vector : Number[4]) : Number[4]

### getRotation() : Matrix4
### getRotation([result : Number[16]]) : Number[16]

Returns rotation matrix (4 * 4).

### getRotationMatrix3() : Matrix3
### getRotationMatrix3([result : Number[9]]) : Number[9]

Returns rotation matrix (3 * 3).

Expand Down

0 comments on commit 58b12cc

Please sign in to comment.