CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Math::TFacing< T > Struct Template Reference

A structure that describes orthogonal directions. More...

#include <CeresEngine/Math/Transform.hpp>

Public Attributes

TVector3< T > front
 The front facing direction vector.
 
TVector3< T > back
 The back facing direction vector.
 
TVector3< T > up
 The up facing direction vector.
 
TVector3< T > down
 The down facing direction vector.
 
TVector3< T > right
 The right facing direction vector.
 
TVector3< T > left
 The left facing direction vector.
 

Detailed Description

template<typename T>
struct Math::TFacing< T >

A structure that describes orthogonal directions.

Member Data Documentation

◆ back

template<typename T >
TVector3<T> Math::TFacing< T >::back

The back facing direction vector.

◆ down

template<typename T >
TVector3<T> Math::TFacing< T >::down

The down facing direction vector.

◆ front

template<typename T >
TVector3<T> Math::TFacing< T >::front

The front facing direction vector.

◆ left

template<typename T >
TVector3<T> Math::TFacing< T >::left

The left facing direction vector.

◆ right

template<typename T >
TVector3<T> Math::TFacing< T >::right

The right facing direction vector.

◆ up

template<typename T >
TVector3<T> Math::TFacing< T >::up

The up facing direction vector.


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