|
Avara3D 0.2.0
C++ API reference
|
This is the complete list of members for a3d::Tube, including all inherited members.
| height() const | a3d::Tube | |
| innerRadius() const | a3d::Tube | |
| Mesh(float innerRadius, float outerRadius, float height, unsigned slices=DEFAULT_SLICES, unsigned segments=DEFAULT_SEGMENTS, unsigned rings=DEFAULT_RINGS, std::shared_ptr< Material > material=nullptr) | a3d::Tube | static |
| MeshElement(VertexLayout layout, std::span< const std::byte > vertexBytes, uint32_t vertexCount, uint16_t vertexStride, PrimitiveTopology topology, IndexFormat indexFormat, std::span< const std::byte > indexBytes, uint32_t indexCount) | a3d::MeshElement | |
| outerRadius() const | a3d::Tube | |
| rings() const | a3d::Tube | |
| segments() const | a3d::Tube | |
| slices() const | a3d::Tube | |
| Tube(float innerRadius, float outerRadius, float height, unsigned slices=DEFAULT_SLICES, unsigned segments=DEFAULT_SEGMENTS, unsigned rings=DEFAULT_RINGS) | a3d::Tube |