summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/matrix4_scale.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/matrix4_scale.idl')
-rw-r--r--o3d/plugin/idl/matrix4_scale.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/plugin/idl/matrix4_scale.idl b/o3d/plugin/idl/matrix4_scale.idl
index ec567ee..3b25089 100644
--- a/o3d/plugin/idl/matrix4_scale.idl
+++ b/o3d/plugin/idl/matrix4_scale.idl
@@ -34,6 +34,11 @@ namespace o3d {
%[
This param operation applies a scaling 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 scale ParamFloat3 The scale.
+ @o3dparameter outputMatrix ParamMatrix4 The result of scaling the input matrix
+ by the translation.
%]
[nocpp, include="core/cross/matrix4_scale.h"]
class Matrix4Scale : ParamObject {