|
Castor3D
..
|
The cone is a basic primitive, with a parametrable number of faces. More...
Inheritance diagram for Castor3D::Cone:
Collaboration diagram for Castor3D::Cone:Public Member Functions | |
| C3D_API | Cone () |
| Constructor. More... | |
| C3D_API | ~Cone () |
| Destructor. More... | |
| uint32_t | GetFaceCount () const |
| Retrieves number of faces. More... | |
| real | GetHeight () const |
| Retrieves cone height. More... | |
| real | GetRadius () const |
| Retrieves cone base radius. More... | |
Public Member Functions inherited from Castor3D::MeshGenerator | |
| MeshGenerator (eMESH_TYPE p_eMeshType=eMESH_TYPE_CUSTOM) | |
| Constructor. More... | |
| virtual | ~MeshGenerator () |
| Destructor. More... | |
| virtual void | Generate (Mesh &p_mesh, UIntArray const &p_faces, RealArray const &p_dimensions) |
| Generates the mesh. More... | |
| virtual void | ComputeNormals (Mesh &p_mesh, bool p_reverted=false) |
| Generates normals and tangents. More... | |
| eMESH_TYPE | GetMeshType () const |
| Retrieves the mesh type. More... | |
Static Public Member Functions | |
| static C3D_API MeshGeneratorSPtr | Create () |
| Creation function, used by Factory. More... | |
Static Public Member Functions inherited from Castor3D::MeshGenerator | |
| static MeshGeneratorSPtr | Create () |
| Creation function, used by Factory. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Cone const &c) |
| Stream operator. More... | |
The cone is a basic primitive, with a parametrable number of faces.
| C3D_API Castor3D::Cone::Cone | ( | ) |
Constructor.
| C3D_API Castor3D::Cone::~Cone | ( | ) |
Destructor.
|
static |
Creation function, used by Factory.
|
inline |
Retrieves number of faces.
|
inline |
Retrieves cone height.
|
inline |
Retrieves cone base radius.
|
friend |
Stream operator.
1.8.15