Colobot
Public Member Functions | Public Attributes | List of all members
Gfx::Vertex Struct Reference

Vertex of a primitive. More...

#include <vertex.h>

Public Member Functions

 Vertex (Math::Vector aCoord=Math::Vector(), Math::Vector aNormal=Math::Vector(), Math::Point aTexCoord=Math::Point())
 
std::string ToString () const
 Returns a string "(c: [...], n: [...], tc: [...])". More...
 

Public Attributes

Math::Vector coord
 
Math::Vector normal
 
Math::Point texCoord
 

Detailed Description

Vertex of a primitive.

This structure was created as analog to DirectX's D3DVERTEX.

It contains:

Member Function Documentation

std::string Gfx::Vertex::ToString ( ) const
inline

Returns a string "(c: [...], n: [...], tc: [...])".


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