Euphoria
eu::core::Ray2Ray2Result Struct Reference

#include <intersection.h>

Public Attributes

bool collision
 
bool is_parallel
 
vec2f point
 
float u
 
float v
 

Detailed Description

Definition at line 137 of file intersection.h.

Member Data Documentation

◆ collision

bool eu::core::Ray2Ray2Result::collision

Definition at line 139 of file intersection.h.

◆ is_parallel

bool eu::core::Ray2Ray2Result::is_parallel

Definition at line 140 of file intersection.h.

◆ point

vec2f eu::core::Ray2Ray2Result::point

Definition at line 142 of file intersection.h.

◆ u

float eu::core::Ray2Ray2Result::u

Definition at line 143 of file intersection.h.

◆ v

float eu::core::Ray2Ray2Result::v

Definition at line 144 of file intersection.h.


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