cee::geo::TextureCoordinates Class Reference

Texture coordinates. More...

Public Member Functions

 TextureCoordinates (const std::vector< Vec2f > &coordinates)
 Constructs a part with given contents. More...
 
std::vector< Vec2fcoordinates () const
 Returns texture coordinates. More...
 
void setCoordinates (const std::vector< Vec2f > &coordinates)
 Specifies new texture coordinates. More...
 
- Public Member Functions inherited from cee::RefCountedObject
void addRef () const
 Increments the reference count for this object. More...
 
void release () const
 Decrements the reference count for this object. More...
 
int refCount () const
 Returns the reference count for this object. More...
 
void setRefCountZero () const
 Sets the ref count to zero, but DOES NOT delete the object. More...
 
Inheritance diagram for cee::geo::TextureCoordinates:
cee::RefCountedObject

Detailed Description

Texture coordinates.

See also
cee::geo::Part

Constructor & Destructor Documentation

cee::geo::TextureCoordinates::TextureCoordinates ( const std::vector< Vec2f > &  coordinates)

Constructs a part with given contents.

Member Function Documentation

std::vector< cee::Vec2f > cee::geo::TextureCoordinates::coordinates ( ) const

Returns texture coordinates.

void cee::geo::TextureCoordinates::setCoordinates ( const std::vector< Vec2f > &  coordinates)

Specifies new texture coordinates.