Class for working with mesh which represents like cone. Подробнее...
Базовые классы:coat::scripto::MeshX< MeshCone >.
Открытые члены | |
| MeshCone & | radius (const float &s) |
| float | radius () const |
| MeshCone & | height (const float &s) |
| float | height () const |
Открытые члены inherited from coat::scripto::MeshX< MeshCone > | |
| virtual Mesh | build () const =0 |
| Mesh | operator() () const |
Открытые члены inherited from coat::scripto::AMesh< MeshCone > | |
| mRaw (raw) | |
| AMesh (const AAbout &d) | |
| const AAbout & | aabout () const |
| bool | operator== (const AMesh &b) const |
| Comparison. Подробнее... | |
| MeshCone & | details (const float &d) |
| Setter for details level. | |
| float | details () const |
| Getter for details level. | |
| MeshCone & | position (const Vec3 &p) |
| Setter for position. | |
| Vec3 | position () const |
| Getter for position. | |
| MeshCone & | rotation (const Angles &a) |
| Setter for rotation. | |
| Angles | rotation () const |
| Getter for rotation. | |
| MeshCone & | transform (const Mat4 &m) |
| Setter for transform. | |
| Mat4 | transform () const |
| Getter for transform. | |
| MeshCone & | add (const MeshCone &b) |
Fusion a mesh b to this mesh. Подробнее... | |
| MeshCone & | add (const MeshCone &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. Подробнее... | |
| Mesh | addCopy (const MeshCone &b) const |
| Mesh | addCopy (const MeshCone &, const Bevel &) const |
| Mesh | operator| (const MeshCone &) const |
Fusion two meshes to one mesh. Logical OR. Подробнее... | |
| MeshCone & | subtruct (const MeshCone &b) |
Fusion a mesh b to this mesh. Подробнее... | |
| MeshCone & | subtruct (const MeshCone &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. Подробнее... | |
| Mesh | subtructCopy (const MeshCone &b) const |
| Mesh | subtructCopy (const MeshCone &, const Bevel &) const |
| Mesh | operator- (const MeshCone &) const |
Subtract mesh b from this mesh. Подробнее... | |
| MeshCone & | intersect (const MeshCone &b) |
Fusion a mesh b to this mesh. Подробнее... | |
| MeshCone & | intersect (const MeshCone &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. Подробнее... | |
| Mesh | intersectCopy (const MeshCone &b) const |
| Mesh | intersectCopy (const MeshCone &, const Bevel &) const |
| Mesh | operator& (const MeshCone &) const |
Intersects mesh b and this mesh. Logical AND. Подробнее... | |
| const raw_t & | raw () const |
| raw_t & | raw () |
Additional Inherited Members | |
Открытые типы inherited from coat::scripto::AMesh< MeshCone > | |
| enum | Mode |
| typedef comms::cMeshContainer | raw_t |
Защищенные члены inherited from coat::scripto::AMesh< MeshCone > | |
| MeshCone & | castThis () |
Защищенные данные inherited from coat::scripto::AMesh< MeshCone > | |
| AAbout | mAAbout |
| raw_t | mRaw |
Class for working with mesh which represents like cone.