Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 86 of file qssgrenderray_p.h.

Member Function Documentation

◆ intersects()

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

Definition at line 91 of file qssgrenderray_p.h.

Member Data Documentation

◆ bounds

const QSSGBounds3* QSSGRenderRay::HitResult::bounds

Definition at line 90 of file qssgrenderray_p.h.

◆ max

float QSSGRenderRay::HitResult::max

Definition at line 89 of file qssgrenderray_p.h.

◆ min

float QSSGRenderRay::HitResult::min

Definition at line 88 of file qssgrenderray_p.h.


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