#include <spDimensionVector3D.hpp>
Public Member Functions | |
vector4d () | |
vector4d (T Size) | |
vector4d (T VecX, T VecY, T VecZ, T VecW=static_cast< T >(1)) | |
vector4d (const vector3d< T > &other, T VecW=static_cast< T >(1)) | |
vector4d (const vector4d< T > &other) | |
~vector4d () | |
Public Attributes | |
T | W |
sp::dim::vector4d< T >::vector4d | ( | ) | [inline] |
sp::dim::vector4d< T >::vector4d | ( | T | Size | ) | [inline] |
sp::dim::vector4d< T >::vector4d | ( | T | VecX, | |
T | VecY, | |||
T | VecZ, | |||
T | VecW = static_cast<T>(1) | |||
) | [inline] |
sp::dim::vector4d< T >::vector4d | ( | const vector3d< T > & | other, | |
T | VecW = static_cast<T>(1) | |||
) | [inline] |
sp::dim::vector4d< T >::vector4d | ( | const vector4d< T > & | other | ) | [inline] |
sp::dim::vector4d< T >::~vector4d | ( | ) | [inline] |
T sp::dim::vector4d< T >::W |