CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::Triangle Class Reference

#include <CeresEngine/Mesh/Generator/Triangle.hpp>

Public Member Functions

 Triangle () noexcept
 
 Triangle (const Vector3i &vertices) noexcept
 

Public Attributes

Vector3i vertices
 Zero based indices of the triangle vertices in counterclockwise order.
 

Constructor & Destructor Documentation

◆ Triangle() [1/2]

CeresEngine::MeshGenerator::Triangle::Triangle ( )
inlinenoexcept

◆ Triangle() [2/2]

CeresEngine::MeshGenerator::Triangle::Triangle ( const Vector3i &  vertices)
inlineexplicitnoexcept

Member Data Documentation

◆ vertices

Vector3i CeresEngine::MeshGenerator::Triangle::vertices

Zero based indices of the triangle vertices in counterclockwise order.


The documentation for this class was generated from the following file: