diff options
author | Simon Wenner <simon@wenner.ch> | 2015-04-20 22:38:26 +0200 |
---|---|---|
committer | Simon Wenner <simon@wenner.ch> | 2015-04-20 22:38:26 +0200 |
commit | 03fd8a80c13c5b1c31941fb4143c4b2665558da9 (patch) | |
tree | c3a7e80d8d62a085899bbf9165b3c03af82aab77 /doc/base | |
parent | 87da209f147e3bb85f0e6191dba2f56916c847c0 (diff) |
fixed incorrect constructor descriptions in Matrix3
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 55e920db64..829472d30c 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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> |