GeomColor geom_cyan(float alpha=255)
inline utililty function to create a cyan color instance
Definition: GeomDefs.h:66
GeomColor geom_black(float alpha=255)
inline utililty function to create a cyan color instance
Definition: GeomDefs.h:69
undocument this line if you encounter any issues!
Definition: Any.h:37
Mat4D32f Mat
Short typedef for 4D float matrices.
Definition: GeomDefs.h:90
GeomColor geom_white(float alpha=255)
inline utililty function to create a white color instance
Definition: GeomDefs.h:48
GeomColor geom_yellow(float alpha=255)
inline utililty function to create a yellow color instance
Definition: GeomDefs.h:60
math::FixedColVector< icl32f, 4 > Vec4D32f
Vector typedef of float vectors.
Definition: GeomDefs.h:81
math::FixedMatrix< icl32f, 4, 4 > Mat4D32f
Matrix Typedef of float matrices.
Definition: GeomDefs.h:75
GeomColor geom_green(float alpha=255)
inline utililty function to create a green color instance
Definition: GeomDefs.h:57
GeomColor geom_invisible()
inline utililty function to create an invisible color instance (alpha is 0.0f)
Definition: GeomDefs.h:72
GeomColor geom_magenta(float alpha=255)
inline utililty function to create a magenta color instance
Definition: GeomDefs.h:63
GeomColor geom_red(float alpha=255)
inline utililty function to create a red color instance
Definition: GeomDefs.h:51
Vec4D32f Vec
Short typedef for 4D float vectors.
Definition: GeomDefs.h:87
math::FixedColVector< icl64f, 4 > Vec4D64f
Vector typedef of double vectors.
Definition: GeomDefs.h:84
math::FixedMatrix< icl64f, 4, 4 > Mat4D64f
Matrix Typedef of double matrices.
Definition: GeomDefs.h:78
std::vector< Vec > VecArray
typedef for vector of Vec instances
Definition: GeomDefs.h:93
core::Color4D32f GeomColor
color for geometry primitives
Definition: GeomDefs.h:45
Definition: FixedVector.h:40
GeomColor geom_blue(float alpha=255)
inline utililty function to create a blue color instance
Definition: GeomDefs.h:54