Class for working with mesh which represents like text. More...
Inherits coat::scripto::MeshX< MeshText >.
Public Member Functions | |
| 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 |
Public Member Functions inherited from coat::scripto::MeshX< MeshText > | |
| virtual Mesh | build () const =0 |
| Mesh | operator() () const |
Public Member Functions inherited from coat::scripto::AMesh< MeshText > | |
| mRaw (raw) | |
| AMesh (const AAbout &d) | |
| const AAbout & | aabout () const |
| bool | operator== (const AMesh &b) const |
| Comparison. More... | |
| 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 b to this mesh. More... | |
| MeshText & | add (const MeshText &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| 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. More... | |
| MeshText & | subtruct (const MeshText &b) |
Fusion a mesh b to this mesh. More... | |
| MeshText & | subtruct (const MeshText &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | subtructCopy (const MeshText &b) const |
| Mesh | subtructCopy (const MeshText &, const Bevel &) const |
| Mesh | operator- (const MeshText &) const |
Subtract mesh b from this mesh. More... | |
| MeshText & | intersect (const MeshText &b) |
Fusion a mesh b to this mesh. More... | |
| MeshText & | intersect (const MeshText &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | intersectCopy (const MeshText &b) const |
| Mesh | intersectCopy (const MeshText &, const Bevel &) const |
| Mesh | operator& (const MeshText &) const |
Intersects mesh b and this mesh. Logical AND. More... | |
| const raw_t & | raw () const |
| raw_t & | raw () |
Additional Inherited Members | |
Public Types inherited from coat::scripto::AMesh< MeshText > | |
| enum | Mode |
| typedef comms::cMeshContainer | raw_t |
Protected Member Functions inherited from coat::scripto::AMesh< MeshText > | |
| MeshText & | castThis () |
Protected Attributes inherited from coat::scripto::AMesh< MeshText > | |
| AAbout | mAAbout |
| raw_t | mRaw |
Class for working with mesh which represents like text.