Darc Library  2012.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
darc::core::Vector< T, M > Class Template Reference

#include <cr_vector.h>

Inheritance diagram for darc::core::Vector< T, M >:
darc::core::BaseMatrix< Matrix< T, M, 1 > >

List of all members.

Public Types

typedef BaseMatrix< Matrix< T,
M, 1 > > 
Base

Public Member Functions

 Vector ()
 Vector (const Base &_v)
operator() (int _m) const
T & operator() (int _m)
LengthSq () const
Length () const
void Normalize ()

template<typename T, int M>
class darc::core::Vector< T, M >


Member Typedef Documentation


Constructor & Destructor Documentation

template<typename T, int M>
darc::core::Vector< T, M >::Vector ( ) [inline]
template<typename T, int M>
darc::core::Vector< T, M >::Vector ( const Base _v) [inline]

Member Function Documentation

template<typename T, int M>
T darc::core::Vector< T, M >::Length ( ) const [inline]
template<typename T, int M>
T darc::core::Vector< T, M >::LengthSq ( ) const [inline]
template<typename T, int M>
void darc::core::Vector< T, M >::Normalize ( ) [inline]
template<typename T, int M>
T darc::core::Vector< T, M >::operator() ( int  _m) const [inline]
template<typename T, int M>
T& darc::core::Vector< T, M >::operator() ( int  _m) [inline]

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