Blender  V3.3
Public Attributes | List of all members
tStrokeBuildDetails Struct Reference

Public Attributes

bGPDstrokegps
 
size_t start_idx
 
size_t end_idx
 
int totpoints
 
float distance
 

Detailed Description

Definition at line 235 of file MOD_gpencilbuild.c.

Member Data Documentation

◆ distance

float tStrokeBuildDetails::distance

Definition at line 245 of file MOD_gpencilbuild.c.

Referenced by build_sequential(), and cmp_stroke_build_details().

◆ end_idx

size_t tStrokeBuildDetails::end_idx

Definition at line 239 of file MOD_gpencilbuild.c.

Referenced by build_sequential().

◆ gps

bGPDstroke* tStrokeBuildDetails::gps

Definition at line 236 of file MOD_gpencilbuild.c.

Referenced by build_sequential().

◆ start_idx

size_t tStrokeBuildDetails::start_idx

Definition at line 239 of file MOD_gpencilbuild.c.

Referenced by build_sequential().

◆ totpoints

int tStrokeBuildDetails::totpoints

Definition at line 242 of file MOD_gpencilbuild.c.

Referenced by build_sequential().


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