fixed incorrect constructor descriptions in Matrix3
This commit is contained in:
@ -14120,14 +14120,14 @@
|
|||||||
<argument index="1" name="phi" type="float">
|
<argument index="1" name="phi" type="float">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Create a matrix from 3 axis vectors.
|
Create a matrix from an axis vector and an angle.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="Matrix3" >
|
<method name="Matrix3" >
|
||||||
<argument index="0" name="from" type="Quat">
|
<argument index="0" name="from" type="Quat">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Create a matrix from 3 axis vectors.
|
Create a matrix from a quaternion.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
|||||||
Reference in New Issue
Block a user