Home
last modified time | relevance | path

Searched defs:VertexTex2 (Results 1 – 1 of 1) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Dvertex.h125 struct VertexTex2 struct
134 explicit VertexTex2(Math::Vector aCoord = Math::Vector(), argument
138 : coord(aCoord), normal(aNormal), in coord()
142 void FromVertex(const Vertex &v) in FromVertex()
151 inline std::string ToString() const in ToString()