#include <drake/core/Vector.h>
|
template<typename ScalarType > |
using | type = CombinedVector< ScalarType, Vector1, Vector2 > |
|
|
template<typename ScalarType > |
static const Vector1< ScalarType > & | first (const CombinedVector< ScalarType, Vector1, Vector2 > &vec) |
|
template<typename ScalarType > |
static const Vector2< ScalarType > & | second (const CombinedVector< ScalarType, Vector1, Vector2 > &vec) |
|
template<typename ScalarType > |
static CombinedVector< ScalarType, Vector1, Vector2 > | combine (const Vector1< ScalarType > &vec1, const Vector2< ScalarType > &vec2) |
|
static CombinedVector<ScalarType, Vector1, Vector2> combine |
( |
const Vector1< ScalarType > & |
vec1, |
|
|
const Vector2< ScalarType > & |
vec2 |
|
) |
| |
|
inlinestatic |
static const Vector1<ScalarType>& first |
( |
const CombinedVector< ScalarType, Vector1, Vector2 > & |
vec | ) |
|
|
inlinestatic |
static const Vector2<ScalarType>& second |
( |
const CombinedVector< ScalarType, Vector1, Vector2 > & |
vec | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: