Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::math::VectorBase< Dimension, T >::StaticHelper< 1, U > Struct Template Reference

Specializations to help with static functions. More...

#include "vector.h"

Public Types

typedef math::Vector< 1, U > Vector
 
typedef math::VectorBase< 1, U > VectorBase
 

Static Public Member Functions

static const Vector AxisX ()
 
static const VectorBase Fill (U value)
 

Detailed Description

template<int Dimension, typename T>
template<typename U>
struct ion::math::VectorBase< Dimension, T >::StaticHelper< 1, U >

Specializations to help with static functions.

Definition at line 496 of file vector.h.

Member Typedef Documentation

template<int Dimension, typename T>
template<typename U >
typedef math::Vector<1, U> ion::math::VectorBase< Dimension, T >::StaticHelper< 1, U >::Vector

Definition at line 497 of file vector.h.

template<int Dimension, typename T>
template<typename U >
typedef math::VectorBase<1, U> ion::math::VectorBase< Dimension, T >::StaticHelper< 1, U >::VectorBase

Definition at line 498 of file vector.h.

Member Function Documentation

template<int Dimension, typename T>
template<typename U >
static const Vector ion::math::VectorBase< Dimension, T >::StaticHelper< 1, U >::AxisX ( )
inlinestatic

Definition at line 499 of file vector.h.

template<int Dimension, typename T>
template<typename U >
static const VectorBase ion::math::VectorBase< Dimension, T >::StaticHelper< 1, U >::Fill ( value)
inlinestatic

Definition at line 502 of file vector.h.


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