Blender V4.3
MoveInteraction Struct Reference

Public Attributes

struct { 
 
   float   mval [2] 
 
   float   prop_co [3] 
 
   float   matrix_final [4][4] 
 
init 
 
struct { 
 
   eWM_GizmoFlagTweak   tweak_flag 
 
prev 
 
SnapObjectContextsnap_context_v3d
 

Detailed Description

Definition at line 68 of file move3d_gizmo.cc.

Member Data Documentation

◆ [struct]

struct { ... } MoveInteraction::init

◆ matrix_final

float MoveInteraction::matrix_final[4][4]

Definition at line 73 of file move3d_gizmo.cc.

Referenced by gizmo_move_invoke(), and move3d_draw_intern().

◆ mval

float MoveInteraction::mval[2]

Definition at line 70 of file move3d_gizmo.cc.

Referenced by gizmo_move_invoke(), gizmo_move_modal(), and move3d_get_translate().

◆ [struct]

struct { ... } MoveInteraction::prev

Referenced by gizmo_move_modal().

◆ prop_co

float MoveInteraction::prop_co[3]

◆ snap_context_v3d

SnapObjectContext* MoveInteraction::snap_context_v3d

Definition at line 80 of file move3d_gizmo.cc.

Referenced by gizmo_move_exit(), gizmo_move_invoke(), and gizmo_move_modal().

◆ tweak_flag

eWM_GizmoFlagTweak MoveInteraction::tweak_flag

Definition at line 76 of file move3d_gizmo.cc.

Referenced by gizmo_move_modal().


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