Claw  1.7.3
Public Types | Static Public Member Functions | List of all members
claw::math::coordinate_traits< claw::math::vector_2d< T > > Struct Template Reference

Specialization of the coordinate_traits for claw::math::vector_2d. More...

#include <coordinate_traits.hpp>

Public Types

typedef claw::math::vector_2d< T > coordinate_type
 The type of the coordinate.
typedef coordinate_type::value_type value_type
 The type of the components of the coordinate.

Static Public Member Functions

static value_type get_x (const coordinate_type &c)
 Get the component of a coordinate on the x-axis.
static value_type get_y (const coordinate_type &c)
 Get the component of a coordinate on the y-axis.
static coordinate_type make_coordinate (value_type x, value_type y)
 Create a new coordinate from with the components sets to the provided values.

Detailed Description

template<typename T>
struct claw::math::coordinate_traits< claw::math::vector_2d< T > >

Specialization of the coordinate_traits for claw::math::vector_2d.

Author
Julien Jorge

Definition at line 100 of file coordinate_traits.hpp.

Member Function Documentation

template<typename T >
static value_type claw::math::coordinate_traits< claw::math::vector_2d< T > >::get_x ( const coordinate_type c)
inlinestatic

Get the component of a coordinate on the x-axis.

Parameters
cThe coordinate from which the component is taken.

Definition at line 112 of file coordinate_traits.hpp.

References claw::math::coordinate_2d< T >::x.

template<typename T >
static value_type claw::math::coordinate_traits< claw::math::vector_2d< T > >::get_y ( const coordinate_type c)
inlinestatic

Get the component of a coordinate on the y-axis.

Parameters
cThe coordinate from which the component is taken.

Definition at line 121 of file coordinate_traits.hpp.

References claw::math::coordinate_2d< T >::y.

template<typename T >
static coordinate_type claw::math::coordinate_traits< claw::math::vector_2d< T > >::make_coordinate ( value_type  x,
value_type  y 
)
inlinestatic

Create a new coordinate from with the components sets to the provided values.

Parameters
xThe position on the x axis.
yThe position on the y axis.

Definition at line 132 of file coordinate_traits.hpp.


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