Img2Num C++ (Internal Developer Docs) dev
API Documentation
Loading...
Searching...
No Matches
QuadBezier Struct Reference
+ Collaboration diagram for QuadBezier:

Public Attributes

Point p0 {0, 0}
 
Point p1 {0, 0}
 
Point p2 {0, 0}
 

Detailed Description

Definition at line 16 of file contours.h.

Member Data Documentation

◆ p0

Point QuadBezier::p0 {0, 0}

Definition at line 17 of file contours.h.

17{0, 0}; // Start

◆ p1

Point QuadBezier::p1 {0, 0}

Definition at line 18 of file contours.h.

18{0, 0}; // Control

◆ p2

Point QuadBezier::p2 {0, 0}

Definition at line 19 of file contours.h.

19{0, 0}; // End

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