neuray API Programmer's Manual

mi::math::Vector_struct< T, 4 > Template Struct Reference

[Internal Storage Class for Math Vector]

template< typename T>

mi::math::Vector_struct< T, 4 >

Description

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

Public Variables

T  w
w-coordinate.
T  x
x-coordinate.
T  y
y-coordinate.
T  z
z-coordinate.

Variables

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

w-coordinate.

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

x-coordinate.

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

y-coordinate.

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

z-coordinate.