Generic vector-2 type
Definition at line 481 of file util_type.cuh.
Public Types | |
typedef T | BaseType |
typedef CubVector< T, 2 > | Type |
Data Fields | |
T | x |
T | y |
typedef T cub::CubVector< T, 2 >::BaseType |
Definition at line 486 of file util_type.cuh.
typedef CubVector<T, 2> cub::CubVector< T, 2 >::Type |
Definition at line 487 of file util_type.cuh.
T cub::CubVector< T, 2 >::x |
Definition at line 483 of file util_type.cuh.
T cub::CubVector< T, 2 >::y |
Definition at line 484 of file util_type.cuh.