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