For building concrete figures. Подробнее...
Базовые классы:coat::scripto::AMesh< T >.
Открытые члены | |
| virtual Mesh | build () const =0 | 
| Mesh | operator() () const | 
  Открытые члены inherited from coat::scripto::AMesh< T > | |
| mRaw (raw) | |
| AMesh (const AAbout &d) | |
| const AAbout & | aabout () const | 
| bool | operator== (const AMesh &b) const | 
| Comparison.  Подробнее... | |
| T & | details (const float &d) | 
| Setter for details level.  | |
| float | details () const | 
| Getter for details level.  | |
| T & | position (const Vec3 &p) | 
| Setter for position.  | |
| Vec3 | position () const | 
| Getter for position.  | |
| T & | rotation (const Angles &a) | 
| Setter for rotation.  | |
| Angles | rotation () const | 
| Getter for rotation.  | |
| T & | transform (const Mat4 &m) | 
| Setter for transform.  | |
| Mat4 | transform () const | 
| Getter for transform.  | |
| T & | add (const T &b) | 
Fusion a mesh b to this mesh.  Подробнее... | |
| T & | add (const T &, const Bevel &) | 
Fusion a mesh b to this mesh with bevel.  Подробнее... | |
| Mesh | addCopy (const T &b) const | 
| Mesh | addCopy (const T &, const Bevel &) const | 
| Mesh | operator| (const T &) const | 
Fusion two meshes to one mesh. Logical OR.  Подробнее... | |
| T & | subtruct (const T &b) | 
Fusion a mesh b to this mesh.  Подробнее... | |
| T & | subtruct (const T &, const Bevel &) | 
Fusion a mesh b to this mesh with bevel.  Подробнее... | |
| Mesh | subtructCopy (const T &b) const | 
| Mesh | subtructCopy (const T &, const Bevel &) const | 
| Mesh | operator- (const T &) const | 
Subtract mesh b from this mesh.  Подробнее... | |
| T & | intersect (const T &b) | 
Fusion a mesh b to this mesh.  Подробнее... | |
| T & | intersect (const T &, const Bevel &) | 
Fusion a mesh b to this mesh with bevel.  Подробнее... | |
| Mesh | intersectCopy (const T &b) const | 
| Mesh | intersectCopy (const T &, const Bevel &) const | 
| Mesh | operator& (const T &) 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< T > | |
| enum | Mode { Add = 0, Subtract = 1, Intersect = 2 } | 
| typedef comms::cMeshContainer | raw_t | 
  Защищенные члены inherited from coat::scripto::AMesh< T > | |
| T & | castThis () | 
  Защищенные данные inherited from coat::scripto::AMesh< T > | |
| AAbout | mAAbout | 
| raw_t | mRaw | 
For building concrete figures.