Euphoria
eu::core::Polyline2 Struct Reference

Straight lines only. More...

#include <polybezier.h>

Public Attributes

std::vector< vec2fpoints
 
bool is_closed = false
 

Detailed Description

Straight lines only.

Other names according to Wikipedia are:

  • polygonal chain
  • polygonal curve
  • polygonal path
  • piecewise linear curve
  • broken line

Definition at line 79 of file polybezier.h.

Member Data Documentation

◆ is_closed

bool eu::core::Polyline2::is_closed = false

Definition at line 82 of file polybezier.h.

◆ points

std::vector<vec2f> eu::core::Polyline2::points

Definition at line 81 of file polybezier.h.


The documentation for this struct was generated from the following file: