Rhombus.ixx File
Diamond/rhombus shape primitive 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 | Rhombus |
|
A 2D rhombus (diamond) shape primitive. More... | |
Description
Diamond/rhombus shape primitive for rendering.
File Listing
The file content with the documentation metadata removed is:
15using namespace helios::rendering;
17export namespace helios::rendering::asset::shape::basic {
50 std::vector<Vertex>{
68 [[nodiscard]] helios::rendering::mesh::PrimitiveType primitiveType() const noexcept override {
69 return mesh::PrimitiveType::Lines;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.