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

#include <ED_view3d.h>

Public Attributes

eSnapMode snap_elem
 
float loc [3]
 
float nor [3]
 
float obmat [4][4]
 
int elem_index [3]
 
float plane_omat [3][3]
 
bool is_snap_invert
 
bool is_enabled
 

Detailed Description

Definition at line 302 of file ED_view3d.h.

Member Data Documentation

◆ elem_index

int V3DSnapCursorData::elem_index[3]

◆ is_enabled

bool V3DSnapCursorData::is_enabled

Enabled when snap is activated, even if it didn't find anything.

Definition at line 312 of file ED_view3d.h.

Referenced by ED_gizmotypes_snap_3d_is_enabled(), v3d_cursor_snap_update(), and view3d_interactive_add_calc_snap().

◆ is_snap_invert

bool V3DSnapCursorData::is_snap_invert

◆ loc

float V3DSnapCursorData::loc[3]

◆ nor

float V3DSnapCursorData::nor[3]

◆ obmat

float V3DSnapCursorData::obmat[4][4]

Definition at line 306 of file ED_view3d.h.

Referenced by v3d_cursor_snap_update().

◆ plane_omat

float V3DSnapCursorData::plane_omat[3][3]

◆ snap_elem

eSnapMode V3DSnapCursorData::snap_elem

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