Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Transformation --+ | Transformation3D --+ | Matrix4Transformation --+ | Transform4
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
Properties | |
Inherited from |
Method Details |
__init__( (object)arg1, (Matrix4)arg2) -> None : C++ signature : void __init__(struct _object *,class TOOLS::Matrix4) __init__( (object)arg1) -> object : C++ signature : void * __init__(class boost::python::api::object)
|
__repr__( (Transform4)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::Transform4 *)
|
__str__( (Transform4)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class PGL::Transform4 *)
|
getTransformation( (Transform4)arg1) -> tuple : Return scale, rotate and translate corresponding values. C++ signature : class boost::python::tuple getTransformation(class PGL::Transform4 *) |
getVolume( (Transform4)arg1) -> float : compute the Matrix3 determinant of the transformation C++ signature : double getVolume(class PGL::Transform4 {lvalue}) |
isValid( (Transform4)arg1) -> bool : C++ signature : bool isValid(class PGL::Transform4 {lvalue}) |
rotate( (Transform4)arg1, (Matrix3)arg2) -> None : Add a rotation at the transformation C++ signature : void rotate(class PGL::Transform4 {lvalue},class TOOLS::Matrix3) |
scale( (Transform4)arg1, (Vector3)arg2) -> None : Add a scaling at the transformation C++ signature : void scale(class PGL::Transform4 {lvalue},class TOOLS::Vector3) |
transform( (Transform4)arg1, (Point3Array)arg2) -> Point3Array : transform a set of points C++ signature : class TOOLS::RefCountPtr<class PGL::Point3Array> transform(class PGL::Transform4 *,class TOOLS::RefCountPtr<class PGL::Point3Array>) |
translate( (Transform4)arg1, (Vector3)arg2) -> None : Add a translation at the transformation C++ signature : void translate(class PGL::Transform4 {lvalue},class TOOLS::Vector3) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:18 2008 | http://epydoc.sourceforge.net |