Blender V4.3
MeshDeformIsect Struct Reference

Public Attributes

float start [3]
 
float vec [3]
 
float vec_length
 
float lambda
 
bool isect
 
float u
 
float v
 

Detailed Description

Definition at line 931 of file meshlaplacian.cc.

Member Data Documentation

◆ isect

bool MeshDeformIsect::isect

Definition at line 937 of file meshlaplacian.cc.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().

◆ lambda

float MeshDeformIsect::lambda

Definition at line 935 of file meshlaplacian.cc.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().

◆ start

float MeshDeformIsect::start[3]

Definition at line 932 of file meshlaplacian.cc.

Referenced by meshdeform_ray_tree_intersect().

◆ u

float MeshDeformIsect::u

Definition at line 938 of file meshlaplacian.cc.

◆ v

float MeshDeformIsect::v

Definition at line 938 of file meshlaplacian.cc.

◆ vec

float MeshDeformIsect::vec[3]

Definition at line 933 of file meshlaplacian.cc.

Referenced by meshdeform_ray_tree_intersect().

◆ vec_length

float MeshDeformIsect::vec_length

Definition at line 934 of file meshlaplacian.cc.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().


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