Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-11 12:23:19 +00:00
parent 1484ab515e
commit 29e2abca64
27 changed files with 2321 additions and 4 deletions

View File

@@ -98,14 +98,14 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixd)
__C5_value_type_P1__ptr,
"",
"");
I_Method0(void, makeIdentity,
__void__makeIdentity,
"",
"");
I_Method0(bool, isIdentity,
__bool__isIdentity,
"",
"");
I_Method0(void, makeIdentity,
__void__makeIdentity,
"",
"");
I_Method1(void, makeScale, IN, const osg::Vec3f &, x,
__void__makeScale__C5_Vec3f_R1,
"",
@@ -162,6 +162,14 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixd)
__void__makeRotate__value_type__C5_Vec3d_R1__value_type__C5_Vec3d_R1__value_type__C5_Vec3d_R1,
"",
"");
I_Method4(void, decompose, IN, osg::Vec3f &, translation, IN, osg::Quat &, rotation, IN, osg::Vec3f &, scale, IN, osg::Quat &, so,
__void__decompose__osg_Vec3f_R1__osg_Quat_R1__osg_Vec3f_R1__osg_Quat_R1,
"decompose the matrix into translation, rotation, scale and scale orietation. ",
"");
I_Method4(void, decompose, IN, osg::Vec3d &, translation, IN, osg::Quat &, rotation, IN, osg::Vec3d &, scale, IN, osg::Quat &, so,
__void__decompose__osg_Vec3d_R1__osg_Quat_R1__osg_Vec3d_R1__osg_Quat_R1,
"decompose the matrix into translation, rotation, scale and scale orietation. ",
"");
I_Method6(void, makeOrtho, IN, double, left, IN, double, right, IN, double, bottom, IN, double, top, IN, double, zNear, IN, double, zFar,
__void__makeOrtho__double__double__double__double__double__double,
"Set to an orthographic projection. ",