|
Avara3D 0.2.0
C++ API reference
|
This is the complete list of members for a3d::TorusKnot, including all inherited members.
| Mesh(unsigned p, unsigned q, unsigned slices=DEFAULT_SLICES, unsigned segments=DEFAULT_SEGMENTS, std::shared_ptr< Material > material=nullptr) | a3d::TorusKnot | 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 | |
| p() const | a3d::TorusKnot | |
| q() const | a3d::TorusKnot | |
| segments() const | a3d::TorusKnot | |
| slices() const | a3d::TorusKnot | |
| TorusKnot(unsigned p, unsigned q, unsigned slices=DEFAULT_SLICES, unsigned segments=DEFAULT_SEGMENTS) | a3d::TorusKnot |