summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/matrix4_translation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/matrix4_translation.idl')
-rw-r--r--o3d/plugin/idl/matrix4_translation.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/plugin/idl/matrix4_translation.idl b/o3d/plugin/idl/matrix4_translation.idl
index 29afdc3..7a1e812 100644
--- a/o3d/plugin/idl/matrix4_translation.idl
+++ b/o3d/plugin/idl/matrix4_translation.idl
@@ -34,6 +34,11 @@ namespace o3d {
%[
This param operation applies a translation to its input matrix.
It can be used, for example, to supply the local matrix of a transform.
+
+ @o3dparameter inputMatrix ParamMatrix4 The input matrix.
+ @o3dparameter translation ParamFloat3 The translation.
+ @o3dparameter outputMatrix ParamMatrix4 The result of translating
+ the input matrix by the translation.
%]
[nocpp, include="core/cross/matrix4_translation.h"]
class Matrix4Translation : ParamObject {