Blender V2.61 - r43446
|
#include <rayobject.h>
Public Attributes | |
float | v1 [4] |
float | v2 [4] |
float | v3 [4] |
float | v4 [3] |
int | quad |
void * | ob |
void * | face |
Definition at line 80 of file rayobject.h.
void* RayFace::face |
Definition at line 84 of file rayobject.h.
Referenced by intersect_rayface(), and rayface_from_coords().
void* RayFace::ob |
Definition at line 83 of file rayobject.h.
Referenced by intersect_rayface(), and rayface_from_coords().
int RayFace::quad |
Definition at line 82 of file rayobject.h.
Referenced by rayface_from_coords().
float RayFace::v1[4] |
Definition at line 81 of file rayobject.h.
Referenced by isec_tri_quad(), isec_tri_quad_neighbour(), makeraytree_single(), octree_fill_rayface(), rayface_from_coords(), rayface_from_vlak(), and RE_rayobject_merge_bb().
float RayFace::v2[4] |
Definition at line 81 of file rayobject.h.
Referenced by isec_tri_quad(), isec_tri_quad_neighbour(), makeraytree_single(), octree_fill_rayface(), rayface_from_coords(), rayface_from_vlak(), and RE_rayobject_merge_bb().
float RayFace::v3[4] |
Definition at line 81 of file rayobject.h.
Referenced by isec_tri_quad(), isec_tri_quad_neighbour(), makeraytree_single(), octree_fill_rayface(), rayface_from_coords(), rayface_from_vlak(), and RE_rayobject_merge_bb().
float RayFace::v4[3] |
Definition at line 81 of file rayobject.h.
Referenced by isec_tri_quad(), isec_tri_quad_neighbour(), makeraytree_single(), octree_fill_rayface(), rayface_from_coords(), rayface_from_vlak(), and RE_rayobject_merge_bb().