#include <iostream>
#include "Matrix.h"
#include "Quaternion.h"
#include "Transformation.h"
#include "Vector.h"
#include "glutils/color.h"
#include "glutils/gltraits.h"
Go to the source code of this file.
|
glutils::transform | ToGLUtils (const Transformation &_t) |
|
glutils::vector3f | ToGLUtils (const Vector3d &_v) |
|
glutils::color | StringToColor (const std::string &_color) |
|
◆ StringToColor()
glutils::color StringToColor |
( |
const std::string & |
_color | ) |
|
◆ ToGLUtils() [1/2]
glutils::transform ToGLUtils |
( |
const Transformation & |
_t | ) |
|
|
inline |
◆ ToGLUtils() [2/2]
glutils::vector3f ToGLUtils |
( |
const Vector3d & |
_v | ) |
|
|
inline |