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

Public Attributes

struct tSamplePointnext
 
struct tSamplePointprev
 
float x
 
float y
 
float z
 
float pressure
 
float strength
 
float time
 
float vertex_color [4]
 
struct MDeformWeightdw
 
int totweight
 

Detailed Description

Definition at line 3612 of file gpencil_geom.cc.

Member Data Documentation

◆ dw

struct MDeformWeight* tSamplePoint::dw

◆ next

struct tSamplePoint* tSamplePoint::next

Definition at line 3613 of file gpencil_geom.cc.

Referenced by BKE_gpencil_stroke_uniform_subdivide().

◆ pressure

float tSamplePoint::pressure

◆ prev

struct tSamplePoint * tSamplePoint::prev

Definition at line 3613 of file gpencil_geom.cc.

◆ strength

float tSamplePoint::strength

◆ time

float tSamplePoint::time

◆ totweight

int tSamplePoint::totweight

◆ vertex_color

float tSamplePoint::vertex_color[4]

◆ x

float tSamplePoint::x

◆ y

float tSamplePoint::y

Definition at line 3614 of file gpencil_geom.cc.

◆ z

float tSamplePoint::z

Definition at line 3614 of file gpencil_geom.cc.


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