Blender  V3.3
Public Attributes | List of all members
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
 
struct SnapObjectContextsnap_context_v3d
 

Detailed Description

Definition at line 65 of file move3d_gizmo.c.

Member Data Documentation

◆ 

struct { ... } MoveInteraction::init

◆ matrix_final

float MoveInteraction::matrix_final[4][4]

Definition at line 70 of file move3d_gizmo.c.

Referenced by gizmo_move_invoke(), and move3d_draw_intern().

◆ mval

float MoveInteraction::mval[2]

Definition at line 67 of file move3d_gizmo.c.

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

◆ 

struct { ... } MoveInteraction::prev

Referenced by gizmo_move_modal().

◆ prop_co

float MoveInteraction::prop_co[3]

◆ snap_context_v3d

struct SnapObjectContext* MoveInteraction::snap_context_v3d

Definition at line 77 of file move3d_gizmo.c.

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

◆ tweak_flag

eWM_GizmoFlagTweak MoveInteraction::tweak_flag

Definition at line 73 of file move3d_gizmo.c.

Referenced by gizmo_move_modal().


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