Blender  V2.93
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 2896 of file sculpt.c.

Member Data Documentation

◆ depth

float SculptFindNearestToRayData::depth

Definition at line 2900 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 2901 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ hit

bool SculptFindNearestToRayData::hit

Definition at line 2899 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().

◆ original

bool SculptFindNearestToRayData::original

Definition at line 2902 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 2898 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ ray_start

const float* SculptFindNearestToRayData::ray_start

Definition at line 2898 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ ss

SculptSession* SculptFindNearestToRayData::ss

Definition at line 2897 of file sculpt.c.

Referenced by sculpt_find_nearest_to_ray_cb().


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