A curve primitive.
More...
#include "primitives.h"
A curve primitive.
- Author
- Heiko Schäfer heiko.nosp@m.@hgl.nosp@m..rang.nosp@m.un.d.nosp@m.e
- Since
- 0.5.0
- Copyright
- BSD License
start color of the color gradient
end color of the color gradient
the first control point of the curve
the second control point of the curve
| float HGL::ImageOutput::CurvePrimitive::distance |
the distance between the curve's start- and endpoint
| std::vector<LinePrimitive *> HGL::ImageOutput::CurvePrimitive::lines |
the calculated polygon lines of the curve
| bool HGL::ImageOutput::PointPrimitive::markerPoint |
|
inherited |
is the point a marker point?
| bool HGL::ImageOutput::PointPrimitive::mask |
|
inherited |
| uint8_t HGL::ImageOutput::PointPrimitive::mval |
|
inherited |
| size_t HGL::ImageOutput::CurvePrimitive::numCp |
the starting point of the line
the ending point of the line
| bool HGL::ImageOutput::LinePrimitive::scaled |
|
inherited |
need to apply scaling if false
| bool HGL::ImageOutput::PointPrimitive::unscaled |
|
inherited |
| float HGL::ImageOutput::PointPrimitive::x |
|
inherited |
| float HGL::ImageOutput::PointPrimitive::y |
|
inherited |