LibreOffice Module vcl (master) 1
Functions
GLMHelper.hxx File Reference
#include <glm/glm.hpp>
#include <vcl/dllapi.h>
#include <ostream>
Include dependency graph for GLMHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &rStrm, const glm::mat4 &rMatrix)
 
std::ostream & operator<< (std::ostream &rStrm, const glm::vec4 &rPos)
 
std::ostream & operator<< (std::ostream &rStrm, const glm::vec3 &rPos)
 

Function Documentation

◆ operator<<() [1/3]

std::ostream & operator<< ( std::ostream &  rStrm,
const glm::mat4 &  rMatrix 
)

Definition at line 643 of file OpenGLHelper.cxx.

References i, and rStrm.

◆ operator<<() [2/3]

std::ostream & operator<< ( std::ostream &  rStrm,
const glm::vec3 &  rPos 
)

Definition at line 637 of file OpenGLHelper.cxx.

References rStrm.

◆ operator<<() [3/3]

std::ostream & operator<< ( std::ostream &  rStrm,
const glm::vec4 &  rPos 
)

Definition at line 631 of file OpenGLHelper.cxx.

References rStrm.