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

#include <BLI_math_geom.h>

Public Attributes

float ray_origin [3]
 
float ray_direction [3]
 
float ray_inv_dir [3]
 
float pmat [4][4]
 
float mval [2]
 

Detailed Description

Definition at line 278 of file BLI_math_geom.h.

Member Data Documentation

◆ mval

float DistProjectedAABBPrecalc::mval[2]

◆ pmat

float DistProjectedAABBPrecalc::pmat[4][4]

◆ ray_direction

float DistProjectedAABBPrecalc::ray_direction[3]

◆ ray_inv_dir

float DistProjectedAABBPrecalc::ray_inv_dir[3]

Definition at line 281 of file BLI_math_geom.h.

Referenced by dist_squared_to_projected_aabb_precalc().

◆ ray_origin

float DistProjectedAABBPrecalc::ray_origin[3]

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