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

#include <ED_gpencil.h>

Public Attributes

float m_xy [2]
 
float pressure
 
float strength
 
float time
 
float uv_fac
 
float uv_rot
 
float rnd [3]
 
bool rnd_dirty
 
float vert_color [4]
 

Detailed Description

Definition at line 79 of file ED_gpencil.h.

Member Data Documentation

◆ m_xy

float tGPspoint::m_xy[2]

◆ pressure

float tGPspoint::pressure

◆ rnd

float tGPspoint::rnd[3]

Random value.

Definition at line 93 of file ED_gpencil.h.

Referenced by gpencil_primitive_update_strokes().

◆ rnd_dirty

bool tGPspoint::rnd_dirty

Random flag.

Definition at line 95 of file ED_gpencil.h.

Referenced by gpencil_primitive_update_strokes().

◆ strength

float tGPspoint::strength

◆ time

float tGPspoint::time

◆ uv_fac

float tGPspoint::uv_fac

Factor of uv along the stroke.

Definition at line 89 of file ED_gpencil.h.

Referenced by ED_gpencil_tpoint_to_point(), gpencil_primitive_update_strokes(), gpencil_stroke_addpoint(), and gpencil_stroke_newfrombuffer().

◆ uv_rot

float tGPspoint::uv_rot

◆ vert_color

float tGPspoint::vert_color[4]

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