QVR  2.0.0
A library to build Virtual Reality applications
Classes | Functions
frustum.hpp File Reference

Classes

class  QVRFrustum
 Frustum class. More...
 

Functions

QDataStream & operator<< (QDataStream &ds, const QVRFrustum &f)
 Writes the frustum f to the stream ds. More...
 
QDataStream & operator>> (QDataStream &ds, QVRFrustum &f)
 Reads the frustum f from the stream ds. More...
 

Function Documentation

◆ operator<<()

QDataStream& operator<< ( QDataStream &  ds,
const QVRFrustum f 
)

Writes the frustum f to the stream ds.

◆ operator>>()

QDataStream& operator>> ( QDataStream &  ds,
QVRFrustum f 
)

Reads the frustum f from the stream ds.