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

#include <ED_transform_snap_object_context.h>

Public Attributes

struct SnapObjectHitDepthnext
 
struct SnapObjectHitDepthprev
 
float depth
 
float co [3]
 
float no [3]
 
int index
 
struct Objectob_eval
 
float obmat [4][4]
 
unsigned int ob_uuid
 

Detailed Description

used for storing multiple hits

Definition at line 37 of file ED_transform_snap_object_context.h.

Member Data Documentation

◆ co

float SnapObjectHitDepth::co[3]

Definition at line 41 of file ED_transform_snap_object_context.h.

Referenced by hit_depth_create(), and peelObjectsTransform().

◆ depth

float SnapObjectHitDepth::depth

◆ index

int SnapObjectHitDepth::index

Definition at line 43 of file ED_transform_snap_object_context.h.

Referenced by hit_depth_create().

◆ next

struct SnapObjectHitDepth* SnapObjectHitDepth::next

Definition at line 38 of file ED_transform_snap_object_context.h.

Referenced by peelObjectsTransform().

◆ no

float SnapObjectHitDepth::no[3]

Definition at line 42 of file ED_transform_snap_object_context.h.

Referenced by hit_depth_create().

◆ ob_eval

struct Object* SnapObjectHitDepth::ob_eval

Definition at line 45 of file ED_transform_snap_object_context.h.

Referenced by hit_depth_create().

◆ ob_uuid

unsigned int SnapObjectHitDepth::ob_uuid

Definition at line 50 of file ED_transform_snap_object_context.h.

Referenced by hit_depth_create(), and peelObjectsTransform().

◆ obmat

float SnapObjectHitDepth::obmat[4][4]

Definition at line 46 of file ED_transform_snap_object_context.h.

Referenced by hit_depth_create().

◆ prev

struct SnapObjectHitDepth * SnapObjectHitDepth::prev

Definition at line 38 of file ED_transform_snap_object_context.h.


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