fixed incorrect constructor descriptions in Matrix3
This commit is contained in:
parent
87da209f14
commit
03fd8a80c1
1 changed files with 2 additions and 2 deletions
|
|
@ -14120,14 +14120,14 @@
|
|||
<argument index="1" name="phi" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
Create a matrix from 3 axis vectors.
|
||||
Create a matrix from an axis vector and an angle.
|
||||
</description>
|
||||
</method>
|
||||
<method name="Matrix3" >
|
||||
<argument index="0" name="from" type="Quat">
|
||||
</argument>
|
||||
<description>
|
||||
Create a matrix from 3 axis vectors.
|
||||
Create a matrix from a quaternion.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue