#include <domPlane.h>
An infinite plane primitive.
Definition at line 22 of file 1.4/dom/domPlane.h.
Definition at line 24 of file dom/domPlane.h.
Definition at line 32 of file 1.4/dom/domPlane.h.
Definition at line 21 of file dom/domPlane.h.
Definition at line 29 of file 1.4/dom/domPlane.h.
domPlane::domPlane | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 129 of file 1.4/dom/domPlane.h.
virtual domPlane::~domPlane | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 133 of file 1.4/dom/domPlane.h.
domPlane::domPlane | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 116 of file dom/domPlane.h.
virtual domPlane::~domPlane | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 120 of file dom/domPlane.h.
static DLLSPEC daeElementRef domPlane::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domPlane::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domPlane::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file dom/domPlane.h.
virtual COLLADA_TYPE::TypeEnum domPlane::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file 1.4/dom/domPlane.h.
const domEquationRef domPlane::getEquation | ( | ) | const [inline] |
Gets the equation element.
Definition at line 101 of file dom/domPlane.h.
const domEquationRef domPlane::getEquation | ( | ) | const [inline] |
Gets the equation element.
Definition at line 114 of file 1.4/dom/domPlane.h.
const domExtra_Array& domPlane::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 111 of file dom/domPlane.h.
domExtra_Array& domPlane::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 106 of file dom/domPlane.h.
const domExtra_Array& domPlane::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 124 of file 1.4/dom/domPlane.h.
domExtra_Array& domPlane::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 119 of file 1.4/dom/domPlane.h.
static daeInt domPlane::ID | ( | ) | [inline, static] |
Definition at line 18 of file dom/domPlane.h.
static daeInt domPlane::ID | ( | ) | [inline, static] |
Definition at line 26 of file 1.4/dom/domPlane.h.
Overloaded assignment operator
Definition at line 124 of file dom/domPlane.h.
Overloaded assignment operator
Definition at line 137 of file 1.4/dom/domPlane.h.
static DLLSPEC daeMetaElement* domPlane::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
static DLLSPEC daeMetaElement* domPlane::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
virtual daeInt domPlane::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 19 of file dom/domPlane.h.
virtual daeInt domPlane::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 27 of file 1.4/dom/domPlane.h.
domEquationRef domPlane::elemEquation [protected] |
4 float values that represent the coefficients for the plane’s equation: Ax + By + Cz + D = 0
4 float values that represent the coefficients for the plane's equation: Ax + By + Cz + D = 0
Definition at line 103 of file 1.4/dom/domPlane.h.
domExtra_Array domPlane::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 107 of file 1.4/dom/domPlane.h.