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

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

Public Attributes

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

Detailed Description

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

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

Member Data Documentation

template<typename T >
T mi::math::Vector_struct< T, 4 >::w

w-coordinate.

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

x-coordinate.

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

y-coordinate.

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

z-coordinate.