neuray API Programmer's Manual

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

[Internal Storage Class for Math Vector]

template< typename T>

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

Description

Specialization for dimension 2 to create x and y member.

Public Variables

T  x
x-coordinate.
T  y
y-coordinate.

Variables

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

x-coordinate.

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

y-coordinate.