mirror of
https://github.com/godotengine/godot.git
synced 2025-01-11 04:30:50 +00:00
fixed incorrect constructor descriptions in Matrix3
This commit is contained in:
parent
87da209f14
commit
03fd8a80c1
@ -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…
Reference in New Issue
Block a user