Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGRenderRay::HitResult Struct Reference

#include <qssgrenderray_p.h>

+ Collaboration diagram for QSSGRenderRay::HitResult:

Public Member Functions

bool intersects () const
 

Public Attributes

float min
 
float max
 
const QSSGBounds3bounds
 

Detailed Description

Definition at line 83 of file qssgrenderray_p.h.

Member Function Documentation

◆ intersects()

bool QSSGRenderRay::HitResult::intersects ( ) const
inline

Definition at line 88 of file qssgrenderray_p.h.

Member Data Documentation

◆ bounds

const QSSGBounds3* QSSGRenderRay::HitResult::bounds

Definition at line 87 of file qssgrenderray_p.h.

◆ max

float QSSGRenderRay::HitResult::max

Definition at line 86 of file qssgrenderray_p.h.

◆ min

float QSSGRenderRay::HitResult::min

Definition at line 85 of file qssgrenderray_p.h.


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