#include <blinepoint.h>
Inheritance diagram for synfig::BLinePoint:
Public Member Functions | |
BLinePoint () | |
const Point & | get_vertex () const |
void | set_vertex (const Point &x) |
const Vector & | get_tangent1 () const |
const Vector & | get_tangent2 () const |
void | set_tangent (const Vector &x) |
void | set_tangent1 (const Vector &x) |
void | set_tangent2 (const Vector &x) |
const float & | get_width () const |
void | set_width (float x) |
float | get_origin () const |
void | set_origin (float x) |
const bool & | get_split_tangent_flag () const |
void | set_split_tangent_flag (bool x=true) |
void | reverse () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|