![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <Line.h>
Public Attributes | |
vec3< F32 > | _positionStart = VECTOR3_ZERO |
vec3< F32 > | _positionEnd = VECTOR3_UNIT |
UColour4 | _colourStart = DefaultColours::BLACK_U8 |
UColour4 | _colourEnd = DefaultColours::DIVIDE_BLUE_U8 |
F32 | _widthStart = 1.0f |
F32 | _widthEnd = 1.0f |
UColour4 Divide::Line::_colourEnd = DefaultColours::DIVIDE_BLUE_U8 |
UColour4 Divide::Line::_colourStart = DefaultColours::BLACK_U8 |
vec3<F32> Divide::Line::_positionEnd = VECTOR3_UNIT |
vec3<F32> Divide::Line::_positionStart = VECTOR3_ZERO |