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