JavaDoc fixes

This commit is contained in:
Tefek 2020-09-08 23:32:54 +02:00
parent 2b065249ee
commit dd5992ab5e
1 changed files with 113 additions and 113 deletions

View File

@ -18,7 +18,7 @@ public class TransformationMatrix
* </p> * </p>
* *
* @param translation The translation vector * @param translation The translation vector
* @param rotation The rotation angles * @param yxzRotation The rotation angles
* @param scale The scale vector * @param scale The scale vector
* *
* @author 493msi * @author 493msi
@ -48,7 +48,7 @@ public class TransformationMatrix
* @param roll The roll rotation * @param roll The roll rotation
* @param scaleX The scale on the X axis * @param scaleX The scale on the X axis
* @param scaleY The scale on the Y axis * @param scaleY The scale on the Y axis
* @param scaleY The scale on the Z axis * @param scaleZ The scale on the Z axis
* *
* @author 493msi * @author 493msi
* @since 0.3 * @since 0.3