Skip to content

Commit

Permalink
Fix rotation names in script_api
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan committed Jan 24, 2024
1 parent 5ebeee6 commit 18b9493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmath/api/xMath.script_api
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
- name: far
type: number

- name: matrix_rotate_x
- name: matrix_rotation_x
type: function
desc: "Set the value of a matrix for rotation around the x-axis."
parameters:
Expand All @@ -321,7 +321,7 @@
- name: angle
type: number

- name: matrix_rotate_y
- name: matrix_rotation_y
type: function
desc: "Set the value of a matrix for rotation around the y-axis."
parameters:
Expand All @@ -330,7 +330,7 @@
- name: angle
type: number

- name: matrix_rotate_z
- name: matrix_rotation_z
type: function
desc: "Set the value of a matrix for rotation around the z-axis."
parameters:
Expand Down

0 comments on commit 18b9493

Please sign in to comment.