MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin::math::ReciprocalRange< T > Struct Template Reference

Convenience POD struct for representing a range used by marvin::math::ReciprocalRange. More...

#include <marvin_Reciprocal.h>

Public Attributes

min
 
centre
 
max
 

Detailed Description

template<FloatType T>
struct marvin::math::ReciprocalRange< T >

Convenience POD struct for representing a range used by marvin::math::ReciprocalRange.

Member Data Documentation

◆ centre

template<FloatType T>
T marvin::math::ReciprocalRange< T >::centre

The centre of the range.

◆ max

template<FloatType T>
T marvin::math::ReciprocalRange< T >::max

The end of the range.

◆ min

template<FloatType T>
T marvin::math::ReciprocalRange< T >::min

The start of the range.


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