Go to the source code of this file.
Data Structures | |
class | TripleRemapXYZ< Triple > |
class | TripleRemapYZX< Triple > |
class | TripleRemapZXY< Triple > |
Functions | |
void | draw_arrowline (const float length, PointVertex *line, const std::size_t axis) |
template<typename VertexRemap , typename NormalRemap > | |
void | draw_arrowhead (const std::size_t segments, const float length, FlatShadedVertex *vertices, VertexRemap, NormalRemap) |
Variables | |
const float | arrowhead_length = 16 |
const float | arrowhead_radius = 4 |
void draw_arrowhead | ( | const std::size_t | segments, | |
const float | length, | |||
FlatShadedVertex * | vertices, | |||
VertexRemap | , | |||
NormalRemap | ||||
) | [inline] |
Definition at line 69 of file Remap.h.
References arrowhead_length, arrowhead_radius, c_2pi, i, FlatShadedVertex::normal, and FlatShadedVertex::vertex.
void draw_arrowline | ( | const float | length, | |
PointVertex * | line, | |||
const std::size_t | axis | |||
) | [inline] |
Definition at line 61 of file Remap.h.
References arrowhead_length.
const float arrowhead_length = 16 |
Definition at line 58 of file Remap.h.
Referenced by draw_arrowhead(), and draw_arrowline().
const float arrowhead_radius = 4 |
Definition at line 59 of file Remap.h.
Referenced by draw_arrowhead().