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

Public Attributes

SculptSessionss
 
const floatray_start
 
const floatray_normal
 
bool hit
 
float depth
 
float dist_sq_to_ray
 
bool original
 

Detailed Description

Definition at line 2839 of file sculpt.c.

Member Data Documentation

◆ depth

float SculptFindNearestToRayData::depth

Definition at line 2843 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().

◆ dist_sq_to_ray

float SculptFindNearestToRayData::dist_sq_to_ray

Definition at line 2844 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ hit

bool SculptFindNearestToRayData::hit

Definition at line 2842 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().

◆ original

bool SculptFindNearestToRayData::original

Definition at line 2845 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().

◆ ray_normal

const float * SculptFindNearestToRayData::ray_normal

Definition at line 2841 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ ray_start

const float* SculptFindNearestToRayData::ray_start

Definition at line 2841 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ ss

SculptSession* SculptFindNearestToRayData::ss

Definition at line 2840 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().


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