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