Public Member Functions | Protected Types | Protected Attributes

OpenTissue::gjk::Point< math_types > Class Template Reference

#include <gjk_point.h>

List of all members.

Public Member Functions

V const & point () const
Vpoint ()
 Point ()
V operator() (V const &v) const

Protected Types

typedef math_types::real_type T
typedef math_types::vector3_type V
typedef math_types::value_traits value_traits

Protected Attributes

V m_point
 The point.

Detailed Description

template<typename math_types>
class OpenTissue::gjk::Point< math_types >

A Point.


Member Typedef Documentation

template<typename math_types>
typedef math_types::real_type OpenTissue::gjk::Point< math_types >::T [protected]
template<typename math_types>
typedef math_types::vector3_type OpenTissue::gjk::Point< math_types >::V [protected]
template<typename math_types>
typedef math_types::value_traits OpenTissue::gjk::Point< math_types >::value_traits [protected]

Constructor & Destructor Documentation

template<typename math_types>
OpenTissue::gjk::Point< math_types >::Point (  )  [inline]

Member Function Documentation

template<typename math_types>
V OpenTissue::gjk::Point< math_types >::operator() ( V const &  v  )  const [inline]
template<typename math_types>
V const& OpenTissue::gjk::Point< math_types >::point (  )  const [inline]

Get Radius.

Returns:
A reference to the radius of the sphere.
template<typename math_types>
V& OpenTissue::gjk::Point< math_types >::point (  )  [inline]

Member Data Documentation

template<typename math_types>
V OpenTissue::gjk::Point< math_types >::m_point [protected]

The point.


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