#include <Projection.hpp>
|
static C3D_API MeshGeneratorUPtr | create () |
| Creation function, used by Factory.
|
|
static MeshGeneratorUPtr | create () |
| Creation function, used by Factory.
|
|
◆ Projection()
C3D_API castor3d::Projection::Projection |
( |
| ) |
|
◆ create()
static C3D_API MeshGeneratorUPtr 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. |
The documentation for this class was generated from the following file: