Blender  V3.3
Public Attributes | List of all members
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 920 of file meshlaplacian.c.

Member Data Documentation

◆ isect

bool MeshDeformIsect::isect

Definition at line 926 of file meshlaplacian.c.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().

◆ lambda

float MeshDeformIsect::lambda

Definition at line 924 of file meshlaplacian.c.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().

◆ start

float MeshDeformIsect::start[3]

Definition at line 921 of file meshlaplacian.c.

Referenced by meshdeform_ray_tree_intersect().

◆ u

float MeshDeformIsect::u

Definition at line 927 of file meshlaplacian.c.

◆ v

float MeshDeformIsect::v

Definition at line 927 of file meshlaplacian.c.

◆ vec

float MeshDeformIsect::vec[3]

Definition at line 922 of file meshlaplacian.c.

Referenced by meshdeform_ray_tree_intersect().

◆ vec_length

float MeshDeformIsect::vec_length

Definition at line 923 of file meshlaplacian.c.

Referenced by harmonic_ray_callback(), and meshdeform_ray_tree_intersect().


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