Class for working with mesh which represents like sphere. More...
Inherits coat::scripto::MeshX< MeshSphere >.
Public Member Functions | |
| MeshSphere & | radius (const float &r) |
| float | radius () const |
Public Member Functions inherited from coat::scripto::MeshX< MeshSphere > | |
| virtual Mesh | build () const =0 |
| Mesh | operator() () const |
Public Member Functions inherited from coat::scripto::AMesh< MeshSphere > | |
| mRaw (raw) | |
| AMesh (const AAbout &d) | |
| const AAbout & | aabout () const |
| bool | operator== (const AMesh &b) const |
| Comparison. More... | |
| MeshSphere & | details (const float &d) |
| Setter for details level. | |
| float | details () const |
| Getter for details level. | |
| MeshSphere & | position (const Vec3 &p) |
| Setter for position. | |
| Vec3 | position () const |
| Getter for position. | |
| MeshSphere & | rotation (const Angles &a) |
| Setter for rotation. | |
| Angles | rotation () const |
| Getter for rotation. | |
| MeshSphere & | transform (const Mat4 &m) |
| Setter for transform. | |
| Mat4 | transform () const |
| Getter for transform. | |
| MeshSphere & | add (const MeshSphere &b) |
Fusion a mesh b to this mesh. More... | |
| MeshSphere & | add (const MeshSphere &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | addCopy (const MeshSphere &b) const |
| Mesh | addCopy (const MeshSphere &, const Bevel &) const |
| Mesh | operator| (const MeshSphere &) const |
Fusion two meshes to one mesh. Logical OR. More... | |
| MeshSphere & | subtruct (const MeshSphere &b) |
Fusion a mesh b to this mesh. More... | |
| MeshSphere & | subtruct (const MeshSphere &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | subtructCopy (const MeshSphere &b) const |
| Mesh | subtructCopy (const MeshSphere &, const Bevel &) const |
| Mesh | operator- (const MeshSphere &) const |
Subtract mesh b from this mesh. More... | |
| MeshSphere & | intersect (const MeshSphere &b) |
Fusion a mesh b to this mesh. More... | |
| MeshSphere & | intersect (const MeshSphere &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | intersectCopy (const MeshSphere &b) const |
| Mesh | intersectCopy (const MeshSphere &, const Bevel &) const |
| Mesh | operator& (const MeshSphere &) 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< MeshSphere > | |
| enum | Mode |
| typedef comms::cMeshContainer | raw_t |
Protected Member Functions inherited from coat::scripto::AMesh< MeshSphere > | |
| MeshSphere & | castThis () |
Protected Attributes inherited from coat::scripto::AMesh< MeshSphere > | |
| AAbout | mAAbout |
| raw_t | mRaw |