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

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

#include <jet/surface2.h>

Public Attributes

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

Detailed Description

Struct that represents ray-surface intersection point.

Member Data Documentation

◆ distance

double jet::SurfaceRayIntersection2::distance = kMaxD

◆ isIntersecting

bool jet::SurfaceRayIntersection2::isIntersecting = false

◆ normal

Vector2D jet::SurfaceRayIntersection2::normal

◆ point

Vector2D jet::SurfaceRayIntersection2::point

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