Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | Box
The Box describes a rectangular axis-aligned box centered at origin and whose extension along the x, y and z-axis is specified with the size vector.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
DEFAULT_SIZE | |
size | |
Inherited from Inherited from |
Method Details |
__init__( (object)arg1 [, (Vector3)size]) -> None : Box(Vector3(x,y,z)) C++ signature : void __init__(struct _object * [,class TOOLS::Vector3]) __init__( (object)arg1, (float)arg2, (float)arg3, (float)arg4) -> object : C++ signature : void * __init__(class boost::python::api::object,double,double,double) __init__( (object)arg1, (float)arg2) -> object : C++ signature : void * __init__(class boost::python::api::object,double)
|
isSizeToDefault( (Box)arg1) -> bool : C++ signature : bool isSizeToDefault(class PGL::Box {lvalue}) |
Property Details |
DEFAULT_SIZE
|
size
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |