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::RayData Struct Reference

#include <qssgrenderray_p.h>

+ Collaboration diagram for QSSGRenderRay::RayData:

Public Types

enum class  DirectionOp : quint8 { Normal , Swap , Zero = 0x10 }
 

Public Attributes

const QMatrix4x4globalTransform
 
const QSSGRenderRayray
 
const QVector3D origin
 
const QVector3D directionInvers
 
const QVector3D direction
 
const DirectionOp dirOp [3]
 

Detailed Description

Definition at line 91 of file qssgrenderray_p.h.

Member Enumeration Documentation

◆ DirectionOp

Enumerator
Normal 
Swap 
Zero 

Definition at line 93 of file qssgrenderray_p.h.

Member Data Documentation

◆ direction

const QVector3D QSSGRenderRay::RayData::direction

Definition at line 105 of file qssgrenderray_p.h.

◆ directionInvers

const QVector3D QSSGRenderRay::RayData::directionInvers

Definition at line 104 of file qssgrenderray_p.h.

◆ dirOp

const DirectionOp QSSGRenderRay::RayData::dirOp[3]

Definition at line 106 of file qssgrenderray_p.h.

◆ globalTransform

const QMatrix4x4& QSSGRenderRay::RayData::globalTransform

Definition at line 100 of file qssgrenderray_p.h.

◆ origin

const QVector3D QSSGRenderRay::RayData::origin

Definition at line 103 of file qssgrenderray_p.h.

◆ ray

const QSSGRenderRay& QSSGRenderRay::RayData::ray

Definition at line 101 of file qssgrenderray_p.h.


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