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

Specialization for dimension 3 to create x, y, and z members. More...

Public Attributes

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

Detailed Description

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

Specialization for dimension 3 to create x, y, and z members.

Member Data Documentation

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

x-coordinate.

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

y-coordinate.

template<typename T >
T mi::math::Vector_struct< T, 3 >::z

z-coordinate.