Blender V4.3
Ray Struct Reference

#include <types.h>

Public Attributes

float3 P
 
float3 D
 
float tmin
 
float tmax
 
float time
 
float dP
 
float dD
 
RaySelfPrimitives self
 

Detailed Description

Definition at line 724 of file kernel/types.h.

Member Data Documentation

◆ D

float3 Ray::D

Definition at line 726 of file kernel/types.h.

◆ dD

float Ray::dD

Definition at line 733 of file kernel/types.h.

◆ dP

float Ray::dP

Definition at line 732 of file kernel/types.h.

◆ P

◆ self

◆ time

float Ray::time

Definition at line 729 of file kernel/types.h.

◆ tmax

float Ray::tmax

Definition at line 728 of file kernel/types.h.

◆ tmin

float Ray::tmin

Definition at line 727 of file kernel/types.h.


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