Blender V5.0
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 253 of file BLI_math_geom.h.

Member Data Documentation

◆ ray_direction

float DistRayAABB_Precalc::ray_direction[3]

Definition at line 255 of file BLI_math_geom.h.

Referenced by dist_squared_ray_to_aabb_v3_precalc().

◆ ray_inv_dir

float DistRayAABB_Precalc::ray_inv_dir[3]

Definition at line 256 of file BLI_math_geom.h.

Referenced by dist_squared_ray_to_aabb_v3_precalc().

◆ ray_origin

float DistRayAABB_Precalc::ray_origin[3]

Definition at line 254 of file BLI_math_geom.h.

Referenced by dist_squared_ray_to_aabb_v3_precalc().


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