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