Blender  V3.3
Public Attributes | List of all members
DistRayAABB_Precalc Struct Reference

#include <BLI_math_geom.h>

Public Attributes

float ray_origin [3]
 
float ray_direction [3]
 
float ray_inv_dir [3]
 

Detailed Description

Definition at line 252 of file BLI_math_geom.h.

Member Data Documentation

◆ ray_direction

float DistRayAABB_Precalc::ray_direction[3]

◆ ray_inv_dir

float DistRayAABB_Precalc::ray_inv_dir[3]

Definition at line 255 of file BLI_math_geom.h.

Referenced by dist_squared_ray_to_aabb_v3_precalc().

◆ ray_origin

float DistRayAABB_Precalc::ray_origin[3]

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