NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::math::Vector_struct< T, 2 > Struct Template Reference

Specialization for dimension 2 to create x and y member. More...

Public Attributes

x
  x-coordinate. More...
 
y
  y-coordinate. More...
 

Detailed Description

template<typename T>
struct mi::math::Vector_struct< T, 2 >

Specialization for dimension 2 to create x and y member.

Member Data Documentation

template<typename T >
T mi::math::Vector_struct< T, 2 >::x

x-coordinate.

template<typename T >
T mi::math::Vector_struct< T, 2 >::y

y-coordinate.