Jet  v1.3.3
Public Attributes | List of all members
jet::SurfaceRayIntersection3 Struct Reference

Struct that represents ray-surface intersection point. More...

#include <jet/surface3.h>

Public Attributes

bool isIntersecting = false
 
double distance = kMaxD
 
Vector3D point
 
Vector3D normal
 

Detailed Description

Struct that represents ray-surface intersection point.

Member Data Documentation

◆ distance

double jet::SurfaceRayIntersection3::distance = kMaxD

◆ isIntersecting

bool jet::SurfaceRayIntersection3::isIntersecting = false

◆ normal

Vector3D jet::SurfaceRayIntersection3::normal

◆ point

Vector3D jet::SurfaceRayIntersection3::point

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