Euphoria
eu::core::BezierSegment2 Struct Reference

Anchor and control points. More...

#include <polybezier.h>

Public Attributes

vec2f a0
 
vec2f c0
 
vec2f a1
 
vec2f c1
 

Detailed Description

Anchor and control points.

Curve passes through anchor points and control points are used for shaping the curve. Each point in the curve has 2 control points, except the first and last that only has one.

Definition at line 33 of file polybezier.h.

Member Data Documentation

◆ a0

vec2f eu::core::BezierSegment2::a0

Definition at line 35 of file polybezier.h.

◆ a1

vec2f eu::core::BezierSegment2::a1

Definition at line 38 of file polybezier.h.

◆ c0

vec2f eu::core::BezierSegment2::c0

Definition at line 36 of file polybezier.h.

◆ c1

vec2f eu::core::BezierSegment2::c1

Definition at line 39 of file polybezier.h.


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