Cogs.Foundation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Cogs::Geometry::Vertex Struct Reference

Public Types

using List = std::vector< Vertex >
 

Public Member Functions

 Vertex (const glm::vec3 &vec, bool intersection=false)
 
 operator glm::vec3 () const
 

Public Attributes

glm::vec3 position
 
bool intersectionPoint
 

Static Public Attributes

static constexpr uint32_t None = 0xFFFFFFFF
 

Member Typedef Documentation

◆ List

using Cogs::Geometry::Vertex::List = std::vector<Vertex>

Constructor & Destructor Documentation

◆ Vertex()

Cogs::Geometry::Vertex::Vertex ( const glm::vec3 &  vec,
bool  intersection = false 
)
inline

Member Function Documentation

◆ operator glm::vec3()

Cogs::Geometry::Vertex::operator glm::vec3 ( ) const
inline

References position.

Member Data Documentation

◆ intersectionPoint

bool Cogs::Geometry::Vertex::intersectionPoint

◆ None

constexpr uint32_t Cogs::Geometry::Vertex::None = 0xFFFFFFFF
staticconstexpr

◆ position

glm::vec3 Cogs::Geometry::Vertex::position

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