Triangle.ixx File
Basic Triangle (line) shape for rendering. More...
Included Headers
#include <vector>
#include <helios.rendering.mesh.PrimitiveType>
#include <helios.rendering.Vertex>
#include <helios.rendering.asset.shape.Shape>
Namespaces Index
| namespace | helios |
| namespace | rendering |
|
Graphics rendering infrastructure. More... | |
| namespace | asset |
|
Rendering asset management. More... | |
| namespace | shape |
|
Geometric shape definitions. More... | |
| namespace | basic |
|
Basic primitive shapes. More... | |
Classes Index
| struct | Triangle |
Description
Basic Triangle (line) shape for rendering.
File Listing
The file content with the documentation metadata removed is:
16using namespace helios::rendering;
18export namespace helios::rendering::asset::shape::basic {
29 std::vector<Vertex>{
40 [[nodiscard]] helios::rendering::mesh::PrimitiveType primitiveType() const noexcept override {
41 return mesh::PrimitiveType::Lines;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.