Texture coordinates. More...
Public Member Functions | |
TextureCoordinates (const std::vector< Vec2f > &coordinates) | |
Constructs a part with given contents. More... | |
std::vector< Vec2f > | coordinates () const |
Returns texture coordinates. More... | |
void | setCoordinates (const std::vector< Vec2f > &coordinates) |
Specifies new texture coordinates. More... | |
![]() | |
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... | |
Texture coordinates.
cee::geo::TextureCoordinates::TextureCoordinates | ( | const std::vector< Vec2f > & | coordinates | ) |
Constructs a part with given contents.
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.