Vibes C++ API
|
Namespaces | |
vibes | |
Classes | |
class | vibes::Value |
struct | vibes::Vec< T, N > |
class | vibes::Params |
class | vibes::Params::NameHelper |
Functions | |
NameHelper | vibes::Params::operator, (const std::string &s) |
Useful types for colors, vectors and points | |
typedef Vec< int, 3 > | vibes::RGB |
A RGB triplet [0..255]. | |
typedef Vec< int, 4 > | vibes::RGBA |
A RGBA triplet [0..255]. | |
typedef Vec< double, 2 > | vibes::Vec2d |
A 2D floating point vector. | |
typedef Vec< double, 3 > | vibes::Vec3d |
A 3D floating point vector. | |
typedef Vec< double, 4 > | vibes::Vec4d |
A 4D floating point vector. | |