Horizon
Public Types | List of all members
VECTOR2_TRAITS< T > Struct Template Reference

Class VECTOR2_TRAITS traits class for VECTOR2. More...

#include <vector2d.h>

Public Types

typedef T extended_type
 

extended range/precision types used by operations involving multiple multiplications to prevent overflow.

More...
 
typedef T extended_type
 

extended range/precision types used by operations involving multiple multiplications to prevent overflow.

More...
 

Detailed Description

template<class T>
struct VECTOR2_TRAITS< T >

Class VECTOR2_TRAITS traits class for VECTOR2.

Member Typedef Documentation

◆ extended_type [1/2]

template<class T >
typedef T VECTOR2_TRAITS< T >::extended_type

extended range/precision types used by operations involving multiple multiplications to prevent overflow.

◆ extended_type [2/2]

template<class T >
typedef T VECTOR2_TRAITS< T >::extended_type

extended range/precision types used by operations involving multiple multiplications to prevent overflow.


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