line widget set/get line width
This commit is contained in:
@@ -38,6 +38,9 @@ namespace temp_viz
|
||||
{
|
||||
public:
|
||||
LineWidget(const Point3f &pt1, const Point3f &pt2, const Color &color = Color::white());
|
||||
|
||||
void setLineWidth(float line_width);
|
||||
float getLineWidth();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user