make vertex_cache::current_segment_angle() public
This commit is contained in:
parent
000c2713ed
commit
849a58cd80
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
|
||||
pixel_position const& current_position() const { return current_position_; }
|
||||
double angle(double width=0.);
|
||||
double current_segment_angle();
|
||||
double linear_position() const { return position_; }
|
||||
|
||||
|
||||
|
@ -142,7 +143,6 @@ private:
|
|||
void rewind_subpath();
|
||||
bool next_segment();
|
||||
bool previous_segment();
|
||||
double current_segment_angle();
|
||||
void find_line_circle_intersection(
|
||||
double cx, double cy, double radius,
|
||||
double x1, double y1, double x2, double y2,
|
||||
|
|
Loading…
Reference in a new issue