Generic vector-3 type
Definition at line 494 of file util_type.cuh.
Public Types | |
typedef T | BaseType |
typedef CubVector< T, 3 > | Type |
Data Fields | |
T | x |
T | y |
T | z |
typedef T cub::CubVector< T, 3 >::BaseType |
Definition at line 500 of file util_type.cuh.
typedef CubVector<T, 3> cub::CubVector< T, 3 >::Type |
Definition at line 501 of file util_type.cuh.
T cub::CubVector< T, 3 >::x |
Definition at line 496 of file util_type.cuh.
T cub::CubVector< T, 3 >::y |
Definition at line 497 of file util_type.cuh.
T cub::CubVector< T, 3 >::z |
Definition at line 498 of file util_type.cuh.