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