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