Euphoria
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
libs
base
src
base
colors.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
base/vec3.h
"
4
5
namespace
eu
6
{
7
namespace
color
8
{
9
constexpr
v3
white
=
v3
{1.0f, 1.0f, 1.0f};
10
constexpr
v3
black
=
v3
{0.0f, 0.0f, 0.0f};
11
};
12
}
eu::color::black
constexpr v3 black
Definition
colors.h:10
eu::color::white
constexpr v3 white
Definition
colors.h:9
eu
Definition
assert.h:109
eu::v3
a 3d vector
Definition
vec3.h:27
vec3.h
Generated by
1.9.8