opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
transform.h File Reference
#include <liboscar/maths/quaternion.h>
#include <liboscar/maths/vector.h>
#include <ostream>
Include dependency graph for transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  osc::Transform
 

Namespaces

namespace  osc
 

Functions

constexpr Vector3 osc::operator* (const Transform &transform, Vector3 point)
 
template<typename T >
constexpr T osc::identity ()
 
template<>
constexpr Transform osc::identity< Transform > ()
 
std::ostream & osc::operator<< (std::ostream &out, const Transform &transform)