#include <Projection.hpp>
|
| static C3D_API MeshGeneratorSPtr | create () |
| | Creation function, used by Factory. More...
|
| |
| static MeshGeneratorSPtr | create () |
| | Creation function, used by Factory. More...
|
| |
◆ Projection()
| C3D_API castor3d::Projection::Projection |
( |
| ) |
|
◆ create()
| static C3D_API MeshGeneratorSPtr castor3d::Projection::create |
( |
| ) |
|
|
static |
Creation function, used by Factory.
- Returns
- Cylinder
◆ setPoints()
| C3D_API void castor3d::Projection::setPoints |
( |
Pattern< castor::Point3f > const & |
pattern, |
|
|
castor::Point3f const & |
axis, |
|
|
bool |
closed |
|
) |
| |
Defines the pattern used to build the projection.
- Parameters
-
| [in] | pattern | The arc to project. |
| [in] | axis | The projection axis. |
| [in] | closed | Tells if the projection must be closed. |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
o, |
|
|
Projection const & |
c |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: