Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Shape::back_data Struct Reference

A structure to store back data for an edge. More...

#include <Shape.h>

Public Attributes

int pathID
 
int pieceID
 
double tSt
 
double tEn
 

Detailed Description

A structure to store back data for an edge.

Definition at line 70 of file Shape.h.

Member Data Documentation

◆ pathID

int Shape::back_data::pathID

This is a unique number unique to a Path object given by the user to the Path::Fill function.

Definition at line 72 of file Shape.h.

◆ pieceID

int Shape::back_data::pieceID

The path command to which this edge belongs to in the original Path object.

Definition at line 73 of file Shape.h.

◆ tEn

double Shape::back_data::tEn

Time value in that path command for this edge's end point.

Definition at line 75 of file Shape.h.

◆ tSt

double Shape::back_data::tSt

Time value in that path command for this edge's start point.

Definition at line 74 of file Shape.h.


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