Blender V5.0
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 926 of file meshlaplacian.cc.

Member Data Documentation

◆ isect

bool MeshDeformIsect::isect

Definition at line 932 of file meshlaplacian.cc.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().

◆ lambda

float MeshDeformIsect::lambda

Definition at line 930 of file meshlaplacian.cc.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().

◆ start

float MeshDeformIsect::start[3]

Definition at line 927 of file meshlaplacian.cc.

Referenced by meshdeform_ray_tree_intersect().

◆ u

float MeshDeformIsect::u

Definition at line 933 of file meshlaplacian.cc.

◆ v

float MeshDeformIsect::v

Definition at line 933 of file meshlaplacian.cc.

◆ vec

float MeshDeformIsect::vec[3]

Definition at line 928 of file meshlaplacian.cc.

Referenced by meshdeform_ray_tree_intersect().

◆ vec_length

float MeshDeformIsect::vec_length

Definition at line 929 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: